| 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
Syntaxprotected 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
RemarksMaximal length of the name is limited to about 50 characters, longer names are trimmed.
 See Also
See Also