The CalendarFolder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
This method adds the passed in CalendarItem to this folder, and returns the Guid id assigned to the item once added
(Overrides FolderTAdd(T).) |
![]() | AddByUid |
This method adds the passed in CalendarItem to this folder, and returns the uint id assigned to the item once added
(Overrides FolderTAddByUid(T).) |
![]() | Clear |
This method deletes all the CalendarItems in this folder
(Overrides FolderTClear.) |
![]() | Delete |
Remove the folder from the owning user's folder collection.
(Inherited from FolderT.) |
![]() | Equals | (Inherited from Object.) |
![]() | Get |
This method gets the CalendarItem in this folder with the passed in Guid id
(Overrides FolderTGet(Guid).) |
![]() | getFolderOwnerLevel | (Inherited from FolderT.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem | (Overrides FolderTGetItem(Guid).) |
![]() | GetItems | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MoveTo(Guid) |
Move the folder to a new parent.
(Inherited from FolderT.) |
![]() | MoveTo(String) |
Move the folder to a new parent.
(Inherited from FolderT.) |
![]() | Save |
Saves any changes made to this folder by adding or updating it in the owning user's folder collection.
(Inherited from FolderT.) |
![]() | ToString |
Returns a string representing the folder.
(Inherited from FolderT.) |
See Also