VaultFolderCreate.DocumentSvc.DocumentService.DeletePropertyGroups C# (CSharp) Метод

DeletePropertyGroups() приватный Метод

private DeletePropertyGroups ( long propertyGroupIds ) : void
propertyGroupIds long
Результат void
        public void DeletePropertyGroups(long[] propertyGroupIds) {
            this.Invoke("DeletePropertyGroups", new object[] {
                        propertyGroupIds});
        }
        
DocumentService