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

GetFolderMoveRestrictions() private method

private GetFolderMoveRestrictions ( long folderId, long newParentFolderId ) : DocRestric[]
folderId long
newParentFolderId long
return DocRestric[]
        public DocRestric[] GetFolderMoveRestrictions(long folderId, long newParentFolderId) {
            object[] results = this.Invoke("GetFolderMoveRestrictions", new object[] {
                        folderId,
                        newParentFolderId});
            return ((DocRestric[])(results[0]));
        }
        
DocumentService