ILoggingManagerGetLog Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIPublishLog GetLog(
string id
)
Function GetLog (
id As String
) As IPublishLog
IPublishLog^ GetLog(
String^ id
)
abstract GetLog :
id : string -> IPublishLog Parameters
- id String
- The ID of the log to retrieve.
Return Value
IPublishLogThe specified
publish log. If a log with the given ID doesn't exist, returns null.
See Also