Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fixes the specified personal folder.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void FixPersonalFolder(
string path
)
public:
void FixPersonalFolder(
String^ path
)
Public Sub FixPersonalFolder (
path As String
)
Parameters
path
Type: System.StringThe path of the folder to fix.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top