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.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxList<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
ListString
RemarksThe names are schema root names
See Also