1 implementation of GetFilePaths
System.Web (1)
Configuration\RemoteWebConfigurationHostServer.cs (1)
156public string GetFilePaths(int webLevelAsInt, string path, string site, string locationSubPath)
1 reference to GetFilePaths
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
90filePaths = remoteSrv.GetFilePaths((int) webLevel, path, site, locationSubPath);