PFSSectionGetKeywordsCount Method (String) |
Get the number of keywords in this section matching KeywordName
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic int GetKeywordsCount(
string keywordName
)
Public Function GetKeywordsCount (
keywordName As String
) As Integer
public:
int GetKeywordsCount(
String^ keywordName
)
member GetKeywordsCount :
keywordName : string -> int
Parameters
- keywordName
- Type: SystemString
Keyword name to count
Return Value
Type:
Int32Number of matching keywords, zero if not found.
See Also