Edit

Share via


CustomPresenceCategory Constructors

Definition

Overloads

CustomPresenceCategory(String)

Creates a new instance of the CustomPresenceCategory class.

CustomPresenceCategory(String, String)

Creates a new instance of the CustomPresenceCategory class.

CustomPresenceCategory(String)

Creates a new instance of the CustomPresenceCategory class.

protected:
 CustomPresenceCategory(System::String ^ categoryName);
protected CustomPresenceCategory (string categoryName);
new Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory : string -> Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory
Protected Sub New (categoryName As String)

Parameters

categoryName
String

Name of the category.

Applies to

CustomPresenceCategory(String, String)

Creates a new instance of the CustomPresenceCategory class.

public:
 CustomPresenceCategory(System::String ^ categoryName, System::String ^ dataXml);
public CustomPresenceCategory (string categoryName, string dataXml);
new Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory : string * string -> Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory
Public Sub New (categoryName As String, dataXml As String)

Parameters

categoryName
String

Name of the category.

dataXml
String

XML string containing the category data XML.

Exceptions

Thrown when dataXml is null.

Applies to