Specifies a PropertySettability constant, which indicates the settability of a property when an application has been granted privileged write access (AccessRight.PRIVILEGED_WRITE access right). Privileged write access gives an application the potential capability to set the Creator, DateCreated, DateLastModified, and LastModifier properties, which are normally read-only. The Settability property continues to indicate the property's settability for all other users.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PrivilegedSettability As PropertySettability
C#
PropertySettability PrivilegedSettability { get; }
Visual C++
property PropertySettability PrivilegedSettability {
	PropertySettability get ();
}
JavaScript
function get_privilegedSettability();

ToggleRemarks

ToggleSee Also