Click or drag to resize
InfoObjectRepositoryTCollection, TObject, TSettingsGetDynamicNames Property
Function that provides the dynamic names of collections to the repository

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

Property Value

Type: FuncIEnumerableString
See Also