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

DeletePropertyGroups() private method

private DeletePropertyGroups ( long propertyGroupIds ) : void
propertyGroupIds long
return void
        public void DeletePropertyGroups(long[] propertyGroupIds) {
            this.Invoke("DeletePropertyGroups", new object[] {
                        propertyGroupIds});
        }
        
DocumentService