[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.NoteFolder"]
Inheritance Hierarchy
Ipswitch.Messaging.Framework.Folder<Note>
Ipswitch.Messaging.Framework.NoteFolder
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The NoteFolder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NoteFolder | Initializes a new instance of the NoteFolder class |
Methods
Name | Description | |
---|---|---|
![]() | Add | (Overrides Folder<T>.Add(T).) |
![]() | AddByUid | (Overrides Folder<T>.AddByUid(T).) |
![]() | Clear | (Overrides Folder<T>.Clear().) |
![]() | Delete |
Remove the folder from the owning user's folder collection.
(Inherited from Folder<T>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Get | (Overrides Folder<T>.Get(Guid).) |
![]() | getFolderOwnerLevel | (Inherited from Folder<T>.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItem | (Overrides Folder<T>.GetItem(Guid).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MoveTo(Guid) |
Move the folder to a new parent.
(Inherited from Folder<T>.) |
![]() | MoveTo(String) |
Move the folder to a new parent.
(Inherited from Folder<T>.) |
![]() | Save |
Saves any changes made to this folder by adding or updating it in the owning user's folder collection.
(Inherited from Folder<T>.) |
![]() | ToString |
Returns a string representing the folder.
(Inherited from Folder<T>.) |
Properties
Name | Description | |
---|---|---|
![]() | CanAddItems |
Gets a value that indicates whether new items can be added to this folder.
(Inherited from Folder<T>.) |
![]() | CanDeleteItems |
Gets a value that indicates whether items from this folder can be deleted.
(Inherited from Folder<T>.) |
![]() | CanEditItems |
Gets a value that indicates whether items from this folder can be modified.
(Inherited from Folder<T>.) |
![]() | CanReadItems |
Gets a value that indicates whether items in this folder can be read.
(Inherited from Folder<T>.) |
![]() | Count | (Overrides Folder<T>.Count.) |
![]() | Created | (Overrides Folder<T>.Created.) |
![]() | DisplayName |
Gets or sets a string used to identify this folder for display purposes.
(Inherited from Folder<T>.) |
![]() | Exists |
Gets a value that indicates whether this folder was retrieved from some user's folders. This value will be true if the folder was retrieved from a user's folder collection; otherwise, false.
(Inherited from Folder<T>.) |
![]() | Id |
Gets or sets a Guid that can be used to uniquly identify this folder.
(Inherited from Folder<T>.) |
![]() | IsDefaultFolder |
Gets a value that indicates whether this folder is the default folder for it's type
Inbox, Contacts, Calendar, etc...
(Inherited from Folder<T>.) |
![]() | IsPublic |
Gets a value that indicates whether this folder is a public folder. Public folders do not have an owning user.
(Inherited from Folder<T>.) |
![]() | Items | (Overrides Folder<T>.Items.) |
![]() | ItemType |
Gets the type of items that this folder contains.
(Inherited from Folder<T>.) |
![]() | LastItemChange | (Overrides Folder<T>.LastItemChange.) |
![]() | LiteItems | (Inherited from Folder<T>.) |
![]() | Modified | (Overrides Folder<T>.Modified.) |
![]() | OriginalDisplayName |
Gets the original value of DisplayName when this folder was created or last saved.
(Inherited from Folder<T>.) |
![]() | OriginalId |
Gets the original value of Id set when this folder was created or last saved.
(Inherited from Folder<T>.) |
![]() | OriginalParentId |
Gets the original value of ParentId set when this folder was created or last saved.
(Inherited from Folder<T>.) |
![]() | Owner |
Gets information about the user that owns this folder.
(Inherited from Folder<T>.) |
![]() | OwnerLevel | (Inherited from Folder<T>.) |
![]() | ParentId |
Gets the identifier used to uniquly identify the parent of this folder.
(Inherited from Folder<T>.) |
![]() | ReadOnly |
Gets a value that indicates whether this folder can be renamed, moved, or otherwise modified. Note that this does not apply to the items in the folder, only the folder itself. This value will be true if the folder can be modified; otherwise, false.
(Inherited from Folder<T>.) |
![]() | Subfolders |
Gets an enumerable collection of subfolders each of which have this folder as its parent folder.
(Inherited from Folder<T>.) |
![]() | Uid |
See Also