UtilUserAccountFindProfilePath(SecurityIdentifier) Method
Finds the profile directory path of the specified username account in the current machine context.
Namespace: DevCase.Core.Windows.UsersAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string FindProfilePath(
SecurityIdentifier sid
)
Public Shared Function FindProfilePath (
sid As SecurityIdentifier
) As String
Dim sid As SecurityIdentifier
Dim returnValue As String
returnValue = UtilUserAccount.FindProfilePath(sid)
public:
static String^ FindProfilePath(
SecurityIdentifier^ sid
)
static member FindProfilePath :
sid : SecurityIdentifier -> string
No code example is currently available or this language may not be supported.
- sid SecurityIdentifier
-
A SecurityIdentifier (SID) object.
String
The profile directory path.
This is a code example.
No code example is currently available or this language may not be supported.
Dim profilePath As String =
UserAccounts.FindProfilePath(sid:=New SecurityIdentifier("S-1-5-21-1780771175-1208154119-2269826705-500"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.