Click or drag to resize

DocumentsRepositoryBaseVoidType Class

Specifies the type of void operation
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.GeneralDocumentsRepositoryBaseVoidType

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

The DocumentsRepositoryBaseVoidType type exposes the following members.

Fields
  NameDescription
Public fieldvalue__
Public fieldStatic memberVoidDocument
Void only the document. If there are sub-documents, the operation might fail.
Public fieldStatic memberVoidWithReleasedSubDocuments
Void the document and all of its sub-documents, even the released ones.
Public fieldStatic memberVoidWithSubDocuments
Void the document and its non-released sub-documents. If there are released sub-documents, the operation might fail.
Top
See Also