VaultFolderCreate.DocumentSvc.DocumentService.DeletePropertyGroupsAsync C# (CSharp) 메소드

DeletePropertyGroupsAsync() 공개 메소드

public DeletePropertyGroupsAsync ( long propertyGroupIds ) : void
propertyGroupIds long
리턴 void
        public void DeletePropertyGroupsAsync(long[] propertyGroupIds) {
            this.DeletePropertyGroupsAsync(propertyGroupIds, null);
        }
        

Same methods

DocumentService::DeletePropertyGroupsAsync ( long propertyGroupIds, object userState ) : void
DocumentService