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