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

UpdateFolderUNCPathAsync() public method

public UpdateFolderUNCPathAsync ( long folderId, string uncPath ) : void
folderId long
uncPath string
return void
        public void UpdateFolderUNCPathAsync(long folderId, string uncPath) {
            this.UpdateFolderUNCPathAsync(folderId, uncPath, null);
        }
        

Same methods

DocumentService::UpdateFolderUNCPathAsync ( long folderId, string uncPath, object userState ) : void
DocumentService