FullPathOnly

Use this parameter only when you also set ShowCategoryPath to True. Set FullPathOnly to True if you want to return only the full path from the schema root to the category, rather than the path segments.

For example, if you set ShowCategoryPath to True and FullPathOnly to False:

animals
animals/mammals
animals/mammals/cats

In this example, the category cats was returned. All partial paths from the root of the category down to the cats category are displayed.

If you set ShowCategoryPath to True and FullPathOnly to True:

animals/mammals/cats

In this example, the category cats was returned. Only the full path from the root of the category down to the cats category is displayed.

Actions: CategorySuggestFromCategory
CategorySuggestFromDocument
CategorySuggestFromText
Type: Boolean
Default: True
Example: FullPathOnly=True
See Also: ShowCategoryPath