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

CreateContentType() private method

private CreateContentType ( string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView ) : string
listName string
displayName string
parentType string
fields AddOrUpdateFieldsDefinition
contentTypeProperties CreateContentTypeContentTypeProperties
addToView string
return string
        public string CreateContentType(string listName, string displayName, string parentType, AddOrUpdateFieldsDefinition fields, CreateContentTypeContentTypeProperties contentTypeProperties, string addToView)
        {
            object[] results = this.Invoke("CreateContentType", new object[] {
                    listName,
                    displayName,
                    parentType,
                    fields,
                    contentTypeProperties,
                    addToView});
            return ((string)(results[0]));
        }
ListsSoap