Click or drag to resize
PFSSectionGetKeywordsCount Method (String)
Get the number of keywords in this section matching KeywordName

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public int GetKeywordsCount(
	string keywordName
)

Parameters

keywordName
Type: SystemString
Keyword name to count

Return Value

Type: Int32
Number of matching keywords, zero if not found.
See Also