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

DeletePropertyGroupsAsync() public method

public DeletePropertyGroupsAsync ( long propertyGroupIds, object userState ) : void
propertyGroupIds long
userState object
return void
        public void DeletePropertyGroupsAsync(long[] propertyGroupIds, object userState) {
            if ((this.DeletePropertyGroupsOperationCompleted == null)) {
                this.DeletePropertyGroupsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeletePropertyGroupsOperationCompleted);
            }
            this.InvokeAsync("DeletePropertyGroups", new object[] {
                        propertyGroupIds}, this.DeletePropertyGroupsOperationCompleted, userState);
        }
        

Same methods

DocumentService::DeletePropertyGroupsAsync ( long propertyGroupIds ) : void
DocumentService