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

GetListContentTypesAndPropertiesAsync() public method

public GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified ) : void
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified bool
return void
        public void GetListContentTypesAndPropertiesAsync(string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified)
        {
            this.GetListContentTypesAndPropertiesAsync(listName, contentTypeId, propertyPrefix, includeWebProperties, includeWebPropertiesSpecified, null);
        }

Same methods

ListsSoap::GetListContentTypesAndPropertiesAsync ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, bool includeWebPropertiesSpecified, object userState ) : void
ListsSoap