ISchemaWithVersionsSchemaSystemSecurity Property
|
Gets/sets the access security of the schema.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax ISchemaSystemSecurity 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
Type:
ISchemaSystemSecurityRemarks Note that the security is setup in the way to default allow everyone, and can add entries to deny access to
groups.
See Also