| FileExportSettingsGetAdditionalContent Method |
Gets additional HTML content that must be applied to the page being exported to file.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static string GetAdditionalContent(
ExportFormat format,
bool synchronizePageExecution
)
Public Shared Function GetAdditionalContent (
format As ExportFormat,
synchronizePageExecution As Boolean
) As String
Parameters
- format
- Type: Dynamicweb.AnalyticsExportFormat
Export format. - synchronizePageExecution
- Type: SystemBoolean
Indicates whether to apply content that synchronize execution of JavaScript code so the file can be exported property.
Return Value
Type:
StringRemarks See Also