This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class AclTools
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class AclTools

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member AddUserToGroup
Adds the user to the group.
Public method Static member CreateLocalGroup
Creates a local user group and returns the NTAccount.
Public method Static member CurrentUserIsAdministrator
Tests if the current user is an Administrator.
Public method Static member GetCurrentUserTemporaryInternetFile
Gets the path of the temporary internet files folder of the current user.
Public method Static member GetDefaultUserTemporaryInternetFiles
Gets the path of the temporary internet files folder of the default user.
Public method Static member GetDefaultUserUserProfilePath
Gets the path of the user profile of the default user.
Public method Static member GetLocalGroupMembers
Gets the users that are defined for the local NT usergroup.
Public method Static member GetLocalGroups
Gets the local NT usergroups.
Public method Static member GetNTAccount
Gets the NTAccount based on the SID.
Public method Static member GetSid
Gets the SecurityIdentifier of the NTAccount name.
Public method Static member IsGroup
Tests if the SID is the SID of a group.
Public method Static member SidExists
Tests if the SID can be resolved.

See Also

Advanced