IContentUnitRestrictiveSchemaNames Property
|
Gets the list of schema names. If the list is not empty, this Content Unit can only be placed
on
Page created with these
Schemas
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax List<string> RestrictiveSchemaNames { get; }
ReadOnly Property RestrictiveSchemaNames As List(Of String)
Get
property List<String^>^ RestrictiveSchemaNames {
List<String^>^ get ();
}
abstract RestrictiveSchemaNames : List<string> with get
Property Value
Type:
ListStringRemarks The names are schema root names
See Also