Share

FileManager.GetRFAFamilyCategories Method

Parent Object: FileManager

Description

Method and returns an array of string that contains the names of RFA family categories.

Syntax

FileManager.GetRFAFamilyCategories( [InCurrentLanguage] As Variant ) As String()

Parameters

Name Type Description
InCurrentLanguage Variant Optional input Boolean value indicating whether the returned RFA family category names are in current language or English. This defaults to True indicates the names are in current language. Set this to False will return the names in English.

This is an optional argument whose default value is null.

Version

Introduced in version 2026

Was this information helpful?