SiteNameFormat Enumeration
Defines the site naming convention used to create personal sites.
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
| Member name | Description | |
|---|---|---|
| UNKNOWN | An unknown format. | |
| Username_CollisionError | You are using user name format and throw an exception if there is already an existing site. | |
| Username_CollisionDomain | You are using user name format (instead of domain user name format). Use domain user name format if there is already an existing site for the user name. | |
| Domain_Username | The domain user name format. |