AbstractFileSystemProgressLoggingJobGetLogObjectName Method (BaseInfo) |
Gets display name or code name or GUID or ID of provided info.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax protected static string GetLogObjectName(
BaseInfo info
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Information of the object that the name of should be retrieved.
Return Value
Type:
StringRemarks Maximal length of the name is limited to about 50 characters, longer names are trimmed.
See Also