Click or drag to resize
FullNameInfoObjectCollectionNameTransformation 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: FuncBaseInfo, String
See Also