ISchemaFieldTypePropertyType Property
|
Gets the type name of this exclusive property
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ReadOnly Property Type As String
Get
property String^ Type {
String^ get ();
}
abstract Type : string with get
Property Value
Type:
StringRemarks Some fo the type name matches the "dt:type" value. Some of are beyond the allowed "dt:type" values.
Examples
"boolean", "enumeration", "pages", "schemas"
See Also