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)

Syntax

Visual Basic (Declaration)
ReadOnly Property PrivilegedSettability As PropertySettability
C#
PropertySettability PrivilegedSettability { get; }
C++
property PropertySettability PrivilegedSettability abstract  {
    PropertySettability get();
}
J#
/** property */
public PropertySettability get_PrivilegedSettability();
JScript
public function get PrivilegedSettability() : PropertySettability

Remarks

See Also