PFSSectionDeleteKeyword Method |
| Name | Description | |
|---|---|---|
| DeleteKeyword(Int32) |
Delete a keyword from this section by keyword number
To delete the first keyword in the section, use section.DeleteKeyword(1) | |
| DeleteKeyword(String, Int32) |
Delete a keyword from this section by keyword name and named index
To delete the first keyword with some name, use section.DeleteKeyword("keywordName", 1) |