FileSystemContentProviderProcessPaths Method |
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void ProcessPaths(
string[] paths
)
Public Sub ProcessPaths (
paths As String()
)
public:
void ProcessPaths(
array<String^>^ paths
)
member ProcessPaths :
paths : string[] -> unit
Parameters
- paths
- Type: SystemString
See Also