Click or drag to resize

SSMapServices Class


Provides the functionality to manage site branding objects: user agents and sites.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceSSMapServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class SSMapServices : CMSContentServiceBase

The SSMapServices type exposes the following members.

Constructors
 NameDescription
Public methodSSMapServicesInitializes a new instance of the SSMapServices class
Top
Methods
 NameDescription
Public methodCode exampleCreateSite Creates a new Site Branding with provided information
Public methodCreateUserAgent Creates a new User Agent based on provided information
Public methodDeleteSite Deletes a Site Branding by its name
Public methodDeleteUserAgent Deletes a User Agent Branding by its name
Public methodGetSitesListing Retrieves the listing of Site Brandings
Public methodListUserAgentsAndSites Retrieves the listing of basic information of all User Agents and Site Brandings
Public methodReorderSites Reorders collection of Site Brandings based on provided sequence of names. The order of Site Branding are important, since it will determine with Site Branding gets evaluated and used first.
Public methodReorderUserAgents Reorders collection of User Agents based on provided sequence of names. The order of User Agents are important, since it will determine with User Agent branding gets evaluated and used first.
Public methodCode exampleUpdateSite Updates a Site Branding
Public methodUpdateUserAgent Updates a User Agent Branding
Top
See Also