The FolderT generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an item to the folder.
| |
| AddByUid |
Add an item to the folder while retrieving the Uid of the new item in the folder.
| |
| Clear |
Remove all items from the folder.
| |
| Delete |
Remove the folder from the owning user's folder collection.
| |
| Equals | (Inherited from Object.) | |
| Get |
Retrieve an T item from the folder having the specified ID.
| |
| getFolderOwnerLevel | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetItem |
Retrieve an FrameworkFolderItem from the folder having the specified ID.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MoveTo(Guid) |
Move the folder to a new parent.
| |
| MoveTo(String) |
Move the folder to a new parent.
| |
| Save |
Saves any changes made to this folder by adding or updating it in the owning user's folder collection.
| |
| ToString |
Returns a string representing the folder.
(Overrides ObjectToString.) |
See Also