Provides the functionality to manage site branding objects: user agents and sites.
Inheritance Hierarchy
CMSServicesBase
CMSContentServiceBase
IngeniuxCMServiceSSMapServices
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)] [AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] public class SSMapServices : CMSContentServiceBase
The SSMapServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SSMapServices |
Methods
Name | Description | |
---|---|---|
CreateSite |
Creates a new Site Branding with provided information
| |
CreateUserAgent |
Creates a new User Agent based on provided information
| |
DeleteSite |
Deletes a Site Branding by its name
| |
DeleteUserAgent |
Deletes a User Agent Branding by its name
| |
ListUserAgentsAndSites |
Retrieves the listing of basic information of all User Agents and Site Brandings
| |
ReorderSites |
Reorders collection of Site Brandins 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.
| |
ReorderUserAgents |
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.
| |
UpdateSite |
Updates a Site Branding
| |
UpdateUserAgent |
Updates a User Agent Branding
|
See Also