Click or drag to resize
ServerSecurityAdditionalHeaderText Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets additional text that will be added to each page in the DataPA Enterprise Web application.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string AdditionalHeaderText { get; set; }

Property Value

Type: String
Additional text that will be added to each page in the DataPA Enterprise Web application.

Return Value

Type: String
Additional text that will be added to each page in the DataPA Enterprise Web application.
Remarks
Useful for adding tracking code such as Google Analytics tracking code.
See Also