CustomPresenceCategory Members
Include Protected Members
Include Inherited Members
CustomPresenceCategory represents category data as an XML string in its simplest form.
The CustomPresenceCategory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomPresenceCategory(String) | Creates a new instance of the CustomPresenceCategory class. | |
CustomPresenceCategory(String, String) | Creates a new instance of the CustomPresenceCategory class. |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | Gets the name of the category. (inherited from PresenceCategory) | |
InstanceId | Gets or sets the instance id of the category |
Top
Methods
Name | Description | |
---|---|---|
CreateExpiryPolicy | Creates an expiry policy. (Overrides PresenceCategory.CreateExpiryPolicy().) | |
CreateInstanceId | Returns the instanceId based on the category type. (Overrides PresenceCategory.CreateInstanceId(RealTimeEndpoint).) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetCategoryDataXml | Returns the XML string represented by this category. (Overrides PresenceCategory.GetCategoryDataXml().) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top