Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
SearchField Class
SearchField Methods
GetFlag Method
SetFlag Method
ToString Method
SearchField
SetFlag Method
Sets value of a flag associated with
name
.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
public
void
SetFlag
(
string
name
,
bool
value
)
Parameters
name
Type:
System
String
Name of the flag.
value
Type:
System
Boolean
Value to associate with the flag.
Implements
ISearchField
SetFlag(String, Boolean)
See Also
Reference
SearchField Class
CMS.DataEngine Namespace
SearchSettings
SEARCHABLE
SearchSettings
TOKENIZED
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com