Click or drag to resize

AllDocumentsRepositoryGetObjectsByDocumentIds Method

Gets the objects by document ids.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<Document> GetObjectsByDocumentIds(
	ObjectTransaction transaction,
	IEnumerable<Guid> documentIds
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
documentIds
Type: System.Collections.GenericIEnumerableGuid
The document ids.

Return Value

Type: IEnumerableDocument
The document objects.
Exceptions
ExceptionCondition
NotSupportedExceptionThis method should never be called.
See Also