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