Represents the flagging settings for a folder item.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkItemFlag
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The ItemFlag type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ItemFlag | Initializes a new instance of the ItemFlag class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Completed |
Gets or sets a date and time that the item was completed.
|
![]() | Due |
Gets or sets a date and time that the item will be due.
|
![]() | Request |
Gets or sets a value that indicates what type of item flag this is.
|
![]() | Status |
Gets or sets a value that indicates the current status of flag.
|
See Also