ListWindowsGroupNames Method

Returns a string array of Windows group names that map to iFIX security privileges.

Syntax

object.ListWindowsGroupNames bNT4NamesOnly

Properties

The ListWindowsGroupNames method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

bNT4NamesOnly

Boolean. When False, returns an array of strings that contains all valid Windows group names.
When True, returns only Windows group names that do not exceed twenty characters. This satisfies the group name requirements of Windows NT 4.0.

Remarks

ListWindowsGroupNames reads the current iFIX security configuration to generate these names. This method is used primarily by the CreateWindowsGroups.exe tool.

 

Example

Applies To