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

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

Méthodes publiques

Méthode Description
GetItemResponse ( uint getItemResult, FieldInformation fields, byte streamRawValue ) : System

Initializes a new instance of the GetItemResponse class.

Method Details

GetItemResponse() public méthode

Initializes a new instance of the GetItemResponse class.
public GetItemResponse ( uint getItemResult, FieldInformation fields, byte streamRawValue ) : System
getItemResult uint A parameter represents the result status of "CopyIntoItems" operation.
fields FieldInformation A parameter represents the fields information of a file.
streamRawValue byte A parameter represents the stream raw value.
Résultat System