The Document type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Document |
Initialize a new instance of Document
|
Methods
| Name | Description | |
|---|---|---|
| CommentsAdd | Overloaded. | |
| CommentsGetList | Overloaded. | |
| Delete |
Delete the document.
| |
| Equals | (Inherited from Object.) | |
| FavesAdd |
Add the document to your faves
| |
| FavesRemove |
Remove the document to your faves
| |
| Finalize | (Inherited from Object.) | |
| Get | Overloaded. | |
| GetContainers |
Return all albums and groups the document belongs to.
| |
| GetContext | Overloaded. | |
| GetFaves | Overloaded. | |
| GetHashCode | (Inherited from Object.) | |
| GetMedias |
Get document media urls (thumbs, medias, original,...).
| |
| GetPerms |
Gets permissions for the document.
| |
| GetType | (Inherited from Object.) | |
| GetVisitors | Overloaded. | |
| MemberwiseClone | (Inherited from Object.) | |
| NotesAdd | Overloaded. | |
| OnObjectDeleted |
Raise a event ObjectDeleted (Inherited from IpernityObject.) | |
| Set | Overloaded. | |
| SetLicense |
Set the license for a document.
| |
| SetPerms |
Set permissions for the document.
| |
| TagsAdd | Overloaded. | |
| TagsEdit |
Edit the tags for the document.
| |
| TagsGetList |
Return the list of tags on a document.
| |
| TagsRemove |
Remove a tag from the document.
| |
| ToString |
Return the document title
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Authenticate |
Set it to true before calling the method authenticated
(Inherited from IpernityObject.) | |
| Comments |
Gets the document comments
| |
| CountAlbums |
Gets the document albums count
| |
| CountComments |
Gets the document comments count
| |
| CountFaves |
Gets the document faves count
| |
| CountGroups |
Gets the document groups count
| |
| CountNotes |
Gets the document notes count
| |
| CountTags |
Gets the document tags count
| |
| CountVisits |
Gets the document visits count
| |
| Created |
Gets the document creation date
| |
| Description |
Gets the document description
| |
| DocMedia |
Gets the DocumentMedia | |
| Faves |
Gets the document faves
| |
| Geo |
Gets the document geo location
| |
| Id |
Gets the document ID
| |
| Keywords |
Gets the document keywords
| |
| LastCommentAt |
Gets the document last comment date
| |
| LastUpdateAt |
Gets the document last update date
| |
| License |
Gets the document License | |
| Link |
Gets the document link
| |
| Medias |
Gets the document MediaInfos | |
| Members |
Gets the document members
| |
| Notes |
Gets the document notes
| |
| Owner |
Gets the document owner
| |
| Permissions |
Gets the DocumentPermissions | |
| PostedAt |
Gets the document post date
| |
| Rotation |
Gets the document rotation value
| |
| Title |
Gets the document title
| |
| TotalComments |
Gets the document total comments count
| |
| TotalVisitors |
Gets the document total visitors count
| |
| TotalVisits |
Gets document total visits count
| |
| Visitors |
Gets the document visitor
| |
| YouIsFave |
Gets whether the document has been faved by the calling user
| |
| YouLastVisitAt |
Gets the document last visit date made by the calling user
| |
| YouVisits |
Gets the document visits count made by the calling user
|
Events
| Name | Description | |
|---|---|---|
| ObjectDeleted |
Occurs when an object is deleted from Ipernity
(Inherited from IpernityObject.) |