ObjectProperties Properties
An object defining properties for the ObjectProperties class.
AccessLevelPolicy
Gets or sets the custom access level policy configuration for the document management object.
This property contains additional policy settings that further define or modify the basic access level configuration. It allows for flexible and extensible access control by accepting any object type that represents custom policy rules or settings.
AccessLevel
Gets or sets the access level configuration for the document management object.
Type: Property<DMObjectAccessLevel>
Accepted Values:
Name Value ONLINE 1 OFFLINE 2 SINGLE_USER 3 READONLY 4 MAINTANENCE 5
This property defines the access level settings for the object using the DMObjectAccessLevel enumeration. It determines the basic access permissions and restrictions that apply to the object in the document management system.
AccessPassword
Gets or sets the password configuration used for accessing the document management object.
This property stores the password that controls access to the object. The password can be either the user's own password or an independently defined password specific to this object. This provides an additional layer of security beyond the basic access level controls.