UserAgent Class Ingeniux DSS Library
Legacy support for specifying View/XSLT template override, by detecting a specific string sequence on the User Agent string of a Http Request. It was created to support a legacy feature called CoBranding. It is also used for Multi-Format-Output publishing, to determine the extension of published files.
Inheritance Hierarchy

SystemObject
  Ingeniux.RuntimeUserAgent

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public class UserAgent

The UserAgent type exposes the following members.

Properties

  NameDescription
Public propertyContentType
Gets the Content/Mime Type of the User Agent branding. Arbitrary.
Public propertyFileExtension
Gets the File Extension of the Request, this User Agent represents. This property is for MFO publishing only.
Public propertyName
Gets the Name of the User Agent branding.
Public propertySearchString
Gets the string sequence on the User Agent string of the Http Request, to determined whether this branding is in effect for the Request.
Top
See Also

Reference