FullNameInfoObjectCollection.NameTransformation Property |
Transformation function for object to name translation
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxpublic Func<BaseInfo, string> NameTransformation { get; set; }
Property Value
Type:
Func<BaseInfo,
String>
See Also