AbstractFileSystemProgressLoggingJobGetLogObjectName Method (ObjectTypeInfo, 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(
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:
StringRemarks Maximal length of the name is limited to about 50 characters, longer names are trimmed.
See Also