This is an xml stucture that the system executes to create an admin form. See the support.contensive.com site for more details.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property FormXML As String
C#
public abstract string FormXML { get; }
C++
public abstract property string FormXML abstract  {
    String get();
}
J#
/** property */
public string get_FormXML();
JScript
public function get FormXML() : String

See Also