ISchemaFieldTypePropertiesCount Method
|
Gets the count of exclusive properties for this field type.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
SyntaxFunction PropertiesCount As Integer
abstract PropertiesCount : unit -> int
Return Value
Type:
Int32Count of exclusive properties
RemarksThis count doesn't include properties like ReadOnly and Hidden that apply to all field types.
See Also