For a published document, contains a reference to the Document object representing the owner document associated with the published document. If this document is a publication and there is a cascade delete relationship with the source, then this property will specify the publication source document (the OwnerDocument and PublicationSource properties will reference the same document).

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

ToggleSyntax

Visual Basic (Declaration)
Property OwnerDocument As IDocument
C#
IDocument OwnerDocument { get; set; }
Visual C++
property IDocument^ OwnerDocument {
	IDocument^ get ();
	void set (IDocument^ value);
}
JavaScript
function get_ownerDocument();
function set_ownerDocument(value);

ToggleRemarks

Metadata

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

ToggleSee Also