Click or drag to resize
OrganizationSubdomainCustomizationJson Class
Information about subdomain customization
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOrganizationSubdomainCustomizationJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class OrganizationSubdomainCustomizationJson : BaseJson

The OrganizationSubdomainCustomizationJson type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationSubdomainCustomizationJson
Initializes a new instance of the OrganizationSubdomainCustomizationJson class
Top
Properties
  NameDescription
Public propertyAboutUsLink
About us brandable link
Public propertyContactSupportLink
Contact support url
Public propertyContactUsUrl
Contact us URL
Public propertyDownloadAndroidAppUrl
Download android url
Public propertyDownloadDesktopAppUrl
Download app url
Public propertyDownloadIosAppUrl
Download ios url
Public propertyDownloadPluginMacUrl
Download plugin Windows URL
Public propertyDownloadPluginWindowsUrl
Download plugin winodws URL
Public propertyGettingStartedLink
getting started URL
Public propertyHelpUrl
Helps URL
Public propertyIsDefaultSupportEmails
Is Default Support Emails
Public propertyLogoUrl
logo url
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPrivacyPolicyUrl
Privacy Policy URL
Public propertyProductName
the product name to use in Gui and mail templates
Public propertyQuickStartGuideLink
Quick start guide URL
Public propertySendWelcomeEmail
If to send welcome email
Public propertyShowAboutUsLink
If to show about us URL
Public propertyShowContactSupportLink
Show contact support url
Public propertyShowContactUsLink
If to show contact us URL
Public propertyShowDownloadPluginMacLink
If to show Download plugin Mac URL
Public propertyShowDownloadPluginWindowsLink
If to show Download plugin Mac URL
Public propertyShowGettingStartedLink
If to show getting started URL
Public propertyShowHelpLink
If to show help URL
Public propertyShowQuickStartGuideLink
If to Quick start guide URL
Public propertyShowSupportAdministratorsEmail
If to show support emails
Public propertyShowSupportLink
If to show support URL
Public propertyShowUserGuideLink
If to show User guide URL
Public propertySupportAdministratorsEmailList
Support emails list
Public propertySupportUrl
Support URL
Public propertyTermsAndConditionsUrl
Terms & Conditions URL
Public propertyUseDefaultLogo
If to use default logo
Public propertyUserGuideLink
User guide URL
Public propertyWatchVideoUrl
Video url
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also