C# Class Microsoft.Protocols.TestSuites.MS_COPYS.CopyIntoItemsResponse

A class used to store the response data of "CopyIntoItems" operation.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
CopyIntoItemsResponse ( uint copyIntoItemsResult, CopyResult results )

Initializes a new instance of the CopyIntoItemsResponse class.

Method Details

CopyIntoItemsResponse() public méthode

Initializes a new instance of the CopyIntoItemsResponse class.
public CopyIntoItemsResponse ( uint copyIntoItemsResult, CopyResult results )
copyIntoItemsResult uint A parameter represents the result status of "CopyIntoItems" operation.
results CopyResult A parameter represents the copy results collection of the copy actions performed in "CopyIntoItems" operation.