IMetabaseClassesSecurityDescriptors.Add

Syntax

Add(ClassId: MetabaseObjectClass): IMetabaseClassSecurityDescriptor;

Parameters

ClassId. Object type.

Description

The Add method adds a security descriptor to the collection for further user access permissions setup of users and group of users to objects of specific type.

Comments

The collection of security descriptors is determined by a set of descriptors that a set for object types.

Example

The method use is given in the example for IMetabaseSecurity.MetabaseClassesSecurityDescriptors.

See also:

IMetabaseClassesSecurityDescriptors