Interface IFolder

The Folder object contains info about a user's folders in SkyDrive. Folders can contain combinations of photos, videos, audio, and subfolders. The Live Connect REST API supports reading Folder objects. Use the wl.photos scope to read Folder objects. Use the wl.contacts_photos scope to read any albums, photos, videos, and audio that other users have shared with the user.

Index

Properties

Properties

public client_updated_time: string

The time, in ISO 8601 format, that the client machine updated the file last.

public count: number

The total number of items in the folder.

public created_time: string

The time, in ISO 8601 format, at which the folder was created.

public description: string

A description of the folder, or null if no description is specified.

public from: IUserInfo

Info about the user who created the folder.

public id: string

The Folder object's ID.

public is_embeddable: boolean

A value that indicates whether this folder can be embedded. If this folder can be embedded, this value is true; otherwise, it is false.

public link: string

The URL of the folder, hosted in SkyDrive.

public name: string

The name of the folder.

public parent_id: string

The resource ID of the parent.

public shared_with: ISharedWith

Permissions info for the folder. Requires the wl.skydrive scope.

public sort_by: string

Sorts the items to specify the following criteria: updated, name, size, or default.

public type: string

The type of object; in this case, "folder".

public updated_time: string

The time, in ISO 8601 format, that the system updated the file last.

public upload_location: string

The URL to upload items to the folder hosted in SkyDrive. Requires the wl.skydrive scope.