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

DeleteComponentCustomPropertyDefinitionAsync() public method

public DeleteComponentCustomPropertyDefinitionAsync ( long propertyDefId ) : void
propertyDefId long
return void
        public void DeleteComponentCustomPropertyDefinitionAsync(long propertyDefId) {
            this.DeleteComponentCustomPropertyDefinitionAsync(propertyDefId, null);
        }
        

Same methods

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