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
GetFlag Method
Gets 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
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) 2019 Kentico Software
Send comments on this topic to
support@kentico.com