Click or drag to resize

PFSSectionDeleteKeyword Method

Overload List
  NameDescription
Public methodDeleteKeyword(Int32)
Delete a keyword from this section by keyword number

To delete the first keyword in the section, use

section.DeleteKeyword(1)

Public methodDeleteKeyword(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)

Top
See Also