GetRollBackDocumentList Method

This method returns a list of RollBackDocument objects.

Class

Microsoft.Dynamics.GP.eConnect.DocumentRollback

Syntax

public System.Collections.ArrayList GetRollBackDocumentList()

Return Value

Type: List<RollBackDocument>

RollBackDocuments returns an arraylist that contains the collection of document numbers that were added to this DocumentRollback object. To restore these Microsoft Dynamics GP document numbers, use this arraylist as a parameter for the RollBackDocumentList method of the GetNextDocNumbers class


Documentation Feedback