IAssetFile.Upload Method
Uploads the file with the given path.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Sub Upload ( _
path As String _
)
'Usage
Dim instance As IAssetFile
Dim path As String
instance.Upload(path)
void Upload(
string path
)
void Upload(
String^ path
)
abstract Upload :
path:string -> unit
function Upload(
path : String
)
Parameters
- path
Type: System.String
The path of a file to upload.