'Declaration
Public Shared Function GetFileStorage( _ ByVal path As String, _ Optional ByVal args As NameValueCollection _ ) As IFileStorage
public static IFileStorage GetFileStorage( string path, NameValueCollection args )
Parameters
- path
- The path.
- args
- The arguments.
Return Value
The IFileStorage.