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

UpdateFolderUNCPath() private method

private UpdateFolderUNCPath ( long folderId, string uncPath ) : Folder
folderId long
uncPath string
return Folder
        public Folder UpdateFolderUNCPath(long folderId, string uncPath) {
            object[] results = this.Invoke("UpdateFolderUNCPath", new object[] {
                        folderId,
                        uncPath});
            return ((Folder)(results[0]));
        }
        
DocumentService