Class EntraOrganizationalBranding
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the organizational branding for an Entra directory.
public class EntraOrganizationalBranding : BypassSection
- Inheritance
-
EntraOrganizationalBranding
- Inherited Members
Constructors
EntraOrganizationalBranding()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraOrganizationalBranding class.
public EntraOrganizationalBranding()
Properties
Default
Gets or sets the default branding settings.
public EntraOrganizationalBrandingSettings Default { get; set; }
Property Value
Localizations
Gets or sets the organizational branding localizations.
public EntraOrganizationalBrandingLocalizations Localizations { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraOrganizationalBranding class from the specified XML.
public static EntraOrganizationalBranding FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraOrganizationalBranding
A CENTREL.XIA.Configuration.Types.EntraOrganizationalBranding class.
ToString()
Returns the branding as a human readable string.
public override string ToString()
Returns
- string
The branding as a human readable string.