ISchemaWithVersionsSchemaSystemSecurity Property
|
Gets/sets the access security of the schema.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchemaSystemSecurity SchemaSystemSecurity { get; set; }Property SchemaSystemSecurity As ISchemaSystemSecurity
Get
Set
property ISchemaSystemSecurity^ SchemaSystemSecurity {
ISchemaSystemSecurity^ get ();
void set (ISchemaSystemSecurity^ value);
}abstract SchemaSystemSecurity : ISchemaSystemSecurity with get, set
Property Value
ISchemaSystemSecurity
RemarksNote that the security is setup in the way to default allow everyone, and can add entries to deny access to
groups.
See Also