ILoggingManagerGetSchemaSyncLog Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax ISchemaSyncLog GetSchemaSyncLog(
string id
)
Function GetSchemaSyncLog (
id As String
) As ISchemaSyncLog
ISchemaSyncLog^ GetSchemaSyncLog(
String^ id
)
abstract GetSchemaSyncLog :
id : string -> ISchemaSyncLog
Parameters
- id
- Type: SystemString
the ID of the log to retrieve.
Return Value
Type:
ISchemaSyncLogThe specified
schema sync log. If a log with the given ID doesn't exist, returns null.
See Also