Exemplo n.º 1
0
 /// <summary>
 /// Updates the data for the resource provider path tree.
 /// </summary>
 protected void UpdateResourceProviderPathTree()
 {
     RefreshResourceProviderPathList(_pathTreeRoot, LocalFsResourceProviderBase.GetResourcePath("/"));
     UpdateIsChoosenPathValid();
 }