ChoicesProviderApplicableConditionElementNames Property
|
Gets the list of
ElementNames criteria.
Provider will only work if ElementNames is contained in this collection
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public HashSet<string> ElementNames { get; }
Public ReadOnly Property ElementNames As HashSet(Of String)
Get
public:
property HashSet<String^>^ ElementNames {
HashSet<String^>^ get ();
}
member ElementNames : HashSet<string> with get
Property Value
Type:
HashSetStringSee Also