The PresenceCategorytype exposes the following members.

Constructors

  Name Description
PresenceCategory Overloaded.

Methods

  Name Description
CreateExpiryPolicy
Creates an expiry policy.
CreateInstanceId
Any category class where instanceId needs to be generated as custom, should override this method. In publication if instanceId is custom, then this method will be invoked.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GenerateInstanceId
Generate a unique hash for an instance id for a given string identifier and number of bits, return the ID.
GenerateMD5Hash
Generate an MD5 hash for a given string identifier and number of bits, return the ID.
GetCategoryDataXml
Returns the XML string represented by this category.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Fields

  Name Description
InstanceIdUnknown
Instance ID is unknown.

Properties

  Name Description
CategoryName
Gets the name of the category.

See Also