Click or drag to resize

DocumentMakeVoid Method

Makes the document void. The operation is irreversible.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void MakeVoid(
	string reason,
	DocumentsRepositoryBaseVoidType voidType = 0
)

Parameters

reason
Type: SystemString
The reason for voiding the document.
voidType (Optional)
Type: Aloe.EnterpriseOne.Model.GeneralDocumentsRepositoryBaseVoidType
The type of void operation to execute.
See Also