CustomPresenceCategory represents category data as an XML string in its simplest form.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
CustomPresenceCategory _
	
Inherits 

PresenceCategory
C#
public 
class 
CustomPresenceCategory : 

PresenceCategory
Visual C++
public 
ref class 
CustomPresenceCategory : 
public 

PresenceCategory
JavaScript

Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory',
	

Microsoft.Rtc.Collaboration.Presence.PresenceCategory);

Remarks

This class is a simple extension of PresenceCategorywhere it encapsulates the name of the category and the data as a publishable XML string. After instantiation, this object is ready to be published using methods on the LocalOwnerPresenceclass.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . PresenceCategory
     Microsoft.Rtc.Collaboration.Presence . . :: . CustomPresenceCategory

See Also