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

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

Public Methods

Method Description
CopyIntoItemsLocalResponse ( uint copyIntoItemsLocalResult, CopyResult results )

Initializes a new instance of the CopyIntoItemsLocalResponse class.

Method Details

CopyIntoItemsLocalResponse() public method

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