For a published document, contains a reference to the
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
and
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
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