FullNameInfoObjectCollectionTInfo Constructor |
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public FullNameInfoObjectCollection(
string objectType,
Func<TInfo, string> nameTransformation
)
Parameters
- objectType
- Type: SystemString
Object type - nameTransformation
- Type: SystemFuncTInfo, String
Transformation function for object to name translation
Exceptions Exception | Condition |
---|
ArgumentNullException | nameTransformation |
See Also