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

GetListContentTypesAsync() public method

public GetListContentTypesAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
return void
        public void GetListContentTypesAsync(string listName, string contentTypeId)
        {
            this.GetListContentTypesAsync(listName, contentTypeId, null);
        }

Same methods

ListsSoap::GetListContentTypesAsync ( string listName, string contentTypeId, object userState ) : void
ListsSoap