Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
SearchField Class
SearchField Methods
GetFlag Method
SetFlag Method
ToString Method
SearchField
GetFlag Method
Gets value of a flag associated with
name
.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
Copy
public
bool
GetFlag
(
string
name
)
Parameters
name
Type:
System
String
Name of the flag.
Return Value
Type:
Boolean
Value of flag
name
. Returns false if flag does not exist.
Implements
ISearchField
GetFlag(String)
See Also
Reference
SearchField Class
CMS.DataEngine Namespace
SearchSettings
SEARCHABLE
SearchSettings
TOKENIZED
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com