VaultFolderCreate.DocumentSvc.DocumentService.AddComponentCustomPropertyDefinitionAsync C# (CSharp) Method

AddComponentCustomPropertyDefinitionAsync() public method

public AddComponentCustomPropertyDefinitionAsync ( string name, string dataType ) : void
name string
dataType string
return void
        public void AddComponentCustomPropertyDefinitionAsync(string name, string dataType) {
            this.AddComponentCustomPropertyDefinitionAsync(name, dataType, null);
        }
        

Same methods

DocumentService::AddComponentCustomPropertyDefinitionAsync ( string name, string dataType, object userState ) : void
DocumentService