Skip to main content

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.

Type: Property<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:

NameValue
ONLINE1
OFFLINE2
SINGLE_USER3
READONLY4
MAINTANENCE5

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.

Type: Property<string>

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.