Click or drag to resize

DocumentGetAllParentDocuments Method

Gets all parent documents, traversing the parent document chain by using the Parent property.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<Document> GetAllParentDocuments(
	bool includeSelf = false
)

Parameters

includeSelf (Optional)
Type: SystemBoolean
if set to true the current document is included.

Return Value

Type: IEnumerableDocument
The parent documents.
Exceptions
ExceptionCondition
InvalidOperationException
See Also