Interface IUploadProperties

'Properties' object passed into the WL.upload method.

Index

Properties

Properties

public element: string

The id attribute of the tag containing info about the file to upload.

optional public overwrite?: string

Indicates whether the uploaded file should overwrite an existing copy. Specify true or "true" to overwrite, false or "false" to not overwrite and for the WL.upload method call to fail, or "rename" to not overwrite and enable SkyDrive to assign a new name to the uploaded file.

default

"false"

public path: string

The path to the file to upload.