CustomPresenceCategory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.