ChoicesProviderApplicableConditionSchemaName Property
|
Gets the SchemaName criteria.
Provider will only work if SchemaName matches.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public string SchemaName { get; }
Public ReadOnly Property SchemaName As String
Get
public:
property String^ SchemaName {
String^ get ();
}
member SchemaName : string with get
Property Value
Type:
StringRemarks Please note that this is the RootName of the schema, not the FriendlyName.
See Also