Class holding the branding information.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public class Brand
Visual Basic (Declaration)
Public Class Brand
Visual C++
public ref class Brand

Remarks

Branding information is provided by the server based upon the firm that the user logging in belongs to. This allows applications to provide a simple level of firm specific branding without requiring seperate versions.

Inheritance Hierarchy

System..::.Object
  T4.API..::.Brand

See Also