Interface IComment

The Comment object contains info about comments that are associated with a photo, audio, or video on SkyDrive. The Live Connect REST API supports reading Comment objects. Use the wl.photos scope to read Comment objects. Use the wl.contacts_photos scope to read the Comment objects that are associated with any albums, photos, and videos that other users have shared with the user.

Index

Properties

Properties

public created_time: string

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

public from: IUserInfo

Info about the user who created the comment.

public id: string

The Comment object's id.

public message: string

The text of the comment. The maximum length of a comment is 10,000 characters.