VaultFolderCreate.DocumentSvc.DocumentService.AddComponentCustomPropertyDefinitionAsync C# (CSharp) Méthode

AddComponentCustomPropertyDefinitionAsync() public méthode

public AddComponentCustomPropertyDefinitionAsync ( string name, string dataType ) : void
name string
dataType string
Résultat 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