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 Code |
---|---|
public static class AclTools |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class AclTools |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
AddUserToGroup |
Adds the user to the group.
|
|
CreateLocalGroup |
Creates a local user group and returns the NTAccount.
|
|
CurrentUserIsAdministrator |
Tests if the current user is an Administrator.
|
|
GetCurrentUserTemporaryInternetFile |
Gets the path of the temporary internet files folder of the current user.
|
|
GetDefaultUserTemporaryInternetFiles |
Gets the path of the temporary internet files folder of the default user.
|
|
GetDefaultUserUserProfilePath |
Gets the path of the user profile of the default user.
|
|
GetLocalGroupMembers |
Gets the users that are defined for the local NT usergroup.
|
|
GetLocalGroups |
Gets the local NT usergroups.
|
|
GetNTAccount |
Gets the NTAccount based on the SID.
|
|
GetSid |
Gets the SecurityIdentifier of the NTAccount name.
|
|
IsGroup |
Tests if the SID is the SID of a group.
|
|
SidExists |
Tests if the SID can be resolved.
|
See Also
Smartsite.Base.Acl Namespace