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

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

private UpdateFolderUNCPath ( long folderId, string uncPath ) : Folder
folderId long
uncPath string
Результат Folder
        public Folder UpdateFolderUNCPath(long folderId, string uncPath) {
            object[] results = this.Invoke("UpdateFolderUNCPath", new object[] {
                        folderId,
                        uncPath});
            return ((Folder)(results[0]));
        }
        
DocumentService