Click or drag to resize

ILoggingManagerGetSchemaSyncLog Method


Gets a schema sync log given an ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ISchemaSyncLog GetSchemaSyncLog(
	string id
)

Parameters

id
Type: SystemString
the ID of the log to retrieve.

Return Value

Type: ISchemaSyncLog
The specified schema sync log. If a log with the given ID doesn't exist, returns null.
See Also