Click or drag to resize
AbstractFileSystemProgressLoggingJobGetLogObjectName Method (ObjectTypeInfo, 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(
	ObjectTypeInfo typeInfo,
	BaseInfo info
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Information of the info object's type.
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