C1.Web.Api.Storage.CloudStorage Namespace / OneDriveStorageProvider Class / GetFileStorage Method
The name of the OneDriveStorage.
The arguments

In This Topic
GetFileStorage Method (OneDriveStorageProvider)
In This Topic
Gets the OneDriveStorage with specified name and arguments.
Syntax
'Declaration
 
Public Function GetFileStorage( _
   ByVal name As String, _
   Optional ByVal args As NameValueCollection _
) As IFileStorage
 

Parameters

name
The name of the OneDriveStorage.
args
The arguments

Return Value

See Also