Provides information about the active FVTerm user, including folders that the user has access to.
Property |
Type |
Description |
---|---|---|
hostName |
string |
Active host name that the user session is connected to |
userName |
String |
Windows User name |
folders |
ReadOnlyCollection<string> |
List of macro folders user has access to based on the user's group membership in Active Directory |
IsAdmin |
bool |
True if the user is an identified FVTerm Macros Administrator (see documentation for the "windowsSec_for_Host(n)" key entry in FVTerm web.config) |
IsAuthor |
bool |
True if the user is an identified FVTerm Macros Author (see documentation for the "macroAuthors_for_Host(n)" key entry in FVTerm web.config) |