TemplateRepositoryItem Class Members
In This Topic
The following tables list the members exposed by TemplateRepositoryItem.
Public Properties
| | Name | Description |
 | Descriptor | Internal repository item descriptor as defined in [ListLabel.]RepositoryItem.Descriptor. |
 | ItemId | Gets the ID of the item. |
 | LastModificationUtc | Gets or sets the UTC timestamp of the last modification. |
 | Type | Repository item type as defined in [ListLabel.]RepositoryItem.Type. |
Top
Public Methods
| | Name | Description |
 | GetContentStreamAsync | Loads the content of this repository item from the server. |
 | SavePropertiesAndContentAsync | Creates the item or updates the properties of this item on the server, and sets the specifid file content as content of the repository item. |
 | SavePropertiesAsync | Creates the item or updates the properties of this item on the server. |
Top
See Also