Microsoft.Protocols.TestSuites.Common.ListsSoap.GetVersionCollection C# (CSharp) Method

GetVersionCollection() private method

private GetVersionCollection ( string strlistID, string strlistItemID, string strFieldName ) : GetVersionCollectionResponseGetVersionCollectionResult
strlistID string
strlistItemID string
strFieldName string
return GetVersionCollectionResponseGetVersionCollectionResult
        public GetVersionCollectionResponseGetVersionCollectionResult GetVersionCollection(string strlistID, string strlistItemID, string strFieldName)
        {
            object[] results = this.Invoke("GetVersionCollection", new object[] {
                    strlistID,
                    strlistItemID,
                    strFieldName});
            return ((GetVersionCollectionResponseGetVersionCollectionResult)(results[0]));
        }
ListsSoap