PFSSectionInsertNewKeyword Method |
Insert a new keyword with specified name into this section object
To Insert a keyword delete the first keyword with some name, use
PFSKeyword keyw = section.InsertNewKeyword("keywordName", 1)
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public PFSKeyword InsertNewKeyword(
string keywName,
int position
)
Public Function InsertNewKeyword (
keywName As String,
position As Integer
) As PFSKeyword
public:
PFSKeyword^ InsertNewKeyword(
String^ keywName,
int position
)
member InsertNewKeyword :
keywName : string *
position : int -> PFSKeyword
Parameters
- keywName
- Type: SystemString
Name of new keyword - position
- Type: SystemInt32
Position of new keyword within section, 1-based index
Return Value
Type:
PFSKeywordSee Also