Click or drag to resize
AbstractFileSystemProgressLoggingJobGetLogObjectName Method (BaseInfo)
Gets display name or code name or GUID or ID of provided info.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
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: String
Remarks
Maximal length of the name is limited to about 50 characters, longer names are trimmed.
See Also