The ContactFolder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a copy of the specified contact to the data store for this folder.
(Overrides FolderTAdd(T).) |
![]() | AddByUid |
Adds a copy of the specified contact to the data store for this folder.
(Overrides FolderTAddByUid(T).) |
![]() | Clear |
Removes all contacts belonging to this folder from the folder's data store.
(Overrides FolderTClear.) |
![]() | Delete |
Remove the folder from the owning user's folder collection.
(Inherited from FolderT.) |
![]() | Equals | (Inherited from Object.) |
![]() | Get |
Retrieve a Contact with the specified ID belonging to this folder
(Overrides FolderTGet(Guid).) |
![]() | getFolderOwnerLevel | (Inherited from FolderT.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem | (Overrides FolderTGetItem(Guid).) |
![]() | 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