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

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

Public Methods

Method Description
CopyIntoItemsResponse ( uint copyIntoItemsResult, CopyResult results )

Initializes a new instance of the CopyIntoItemsResponse class.

Method Details

CopyIntoItemsResponse() public method

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.