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

DeleteComponentCustomPropertyDefinitionAsync() public méthode

public DeleteComponentCustomPropertyDefinitionAsync ( long propertyDefId ) : void
propertyDefId long
Résultat void
        public void DeleteComponentCustomPropertyDefinitionAsync(long propertyDefId) {
            this.DeleteComponentCustomPropertyDefinitionAsync(propertyDefId, null);
        }
        

Same methods

DocumentService::DeleteComponentCustomPropertyDefinitionAsync ( long propertyDefId, object userState ) : void
DocumentService