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)

Syntax

Visual Basic (Declaration)
Property OwnerDocument As IDocument
C#
IDocument OwnerDocument { get; set; }
C++
property IDocument OwnerDocument abstract  {
    IDocument get();
    void set(IDocument value);
}
J#
/** property */
public IDocument get_OwnerDocument();

/** property */
public void set_OwnerDocument(IDocument value);
JScript
public function get OwnerDocument() : IDocument

public function set OwnerDocument(value : IDocument);

Remarks

See Also