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

GetListContentTypesAndProperties() private method

private GetListContentTypesAndProperties ( string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, [ includeWebPropertiesSpecified ) : GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
listName string
contentTypeId string
propertyPrefix string
includeWebProperties bool
includeWebPropertiesSpecified [
return GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult
        public GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult GetListContentTypesAndProperties(string listName, string contentTypeId, string propertyPrefix, bool includeWebProperties, [System.Xml.Serialization.XmlIgnoreAttribute()] bool includeWebPropertiesSpecified)
        {
            object[] results = this.Invoke("GetListContentTypesAndProperties", new object[] {
                    listName,
                    contentTypeId,
                    propertyPrefix,
                    includeWebProperties,
                    includeWebPropertiesSpecified});
            return ((GetListContentTypesAndPropertiesResponseGetListContentTypesAndPropertiesResult)(results[0]));
        }
ListsSoap