Method | Description | |
---|---|---|
GetInfoItemsInResponse ( |
Get message related Item elements of ItemInfoResponseMessageType type in a response message returned from server.
|
|
GetItemTypeItemFromInfoItemsByIndex ( |
Get the responseMessageItem of type ItemType in the message array returned in the server response by the specified index.
|
public static GetInfoItemsInResponse ( |
||
response | A response message returned by an operation: GetItem, CopyItem, CreateItem, MoveItem, or UpdateItem. | |
return | Microsoft.Protocols.TestSuites.Common.ItemInfoResponseMessageType[] |
public static GetItemTypeItemFromInfoItemsByIndex ( |
||
infoItems | The related Item elements of ItemInfoResponseMessageType type in a response message returned from server. | |
indexOfInfoItem | ushort | The index of the responseMessageItem in infoItems to retrieve. |
indexOfItemTypeItem | ushort | The index of the responseMessageItem of ItemType to retrieve. |
return |