VaultFolderCreate.DocumentSvc.DocumentService.GetFolderRenameRestrictions C# (CSharp) Méthode

GetFolderRenameRestrictions() private méthode

private GetFolderRenameRestrictions ( long folderId, string newFolderName ) : DocRestric[]
folderId long
newFolderName string
Résultat DocRestric[]
        public DocRestric[] GetFolderRenameRestrictions(long folderId, string newFolderName) {
            object[] results = this.Invoke("GetFolderRenameRestrictions", new object[] {
                        folderId,
                        newFolderName});
            return ((DocRestric[])(results[0]));
        }
        
DocumentService