Click or drag to resize
FullNameInfoObjectCollection.NameTransformation Property
Transformation function for object to name translation

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public Func<BaseInfo, string> NameTransformation { get; set; }

Property Value

Type: Func<BaseInfo, String>
See Also