Click or drag to resize

DocumentCompletion Class

Determines how Document will be completed
Inheritance Hierarchy

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class DocumentCompletion : Enum

The DocumentCompletion type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberOnlyDocument
Only the document will be completed
Public fieldvalue__
Public fieldStatic memberWithAllChildren
The document, along with is sub-documents, will be completed
Public fieldStatic memberWithReleasedChildren
The document, along with its Release-ed sub-documents, will be completed
Top
See Also