PFSSectionGetKeyword Method (String, Int32, Boolean) |
Get the n'th keyword instance with the specified name.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic PFSKeyword GetKeyword(
string keywordName,
int keywordNo,
bool mandatory
)
Public Function GetKeyword (
keywordName As String,
keywordNo As Integer,
mandatory As Boolean
) As PFSKeyword
public:
PFSKeyword^ GetKeyword(
String^ keywordName,
int keywordNo,
bool mandatory
)
member GetKeyword :
keywordName : string *
keywordNo : int *
mandatory : bool -> PFSKeyword
Parameters
- keywordName
- Type: SystemString
Name of keyword - keywordNo
- Type: SystemInt32
Number of keyword with name to get. - mandatory
- Type: SystemBoolean
If set to true a PFSException will be thrown in case the keyword does not exist
Return Value
Type:
PFSKeywordPFSKeyword, null if not found.
See Also