Specifies the DocumentLifecyclePolicy object that represents the lifecycle policy that has been applied to this document. A document lifecycle policy defines a set of valid lifecycle states for a document, controls the changes of those states, and specifies the actions to be taken when a document's lifecycle state changes.

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

ToggleSyntax

Visual Basic (Declaration)
Property DocumentLifecyclePolicy As IDocumentLifecyclePolicy
C#
IDocumentLifecyclePolicy DocumentLifecyclePolicy { get; set; }
Visual C++
property IDocumentLifecyclePolicy^ DocumentLifecyclePolicy {
	IDocumentLifecyclePolicy^ get ();
	void set (IDocumentLifecyclePolicy^ value);
}
JavaScript
function get_documentLifecyclePolicy();
function set_documentLifecyclePolicy(value);

ToggleRemarks

Metadata

AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: true
DataType: OBJECT
DeletionAction: NONE
IsHidden: true
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: DocumentLifecyclePolicy
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: LINK

ToggleSee Also