SiteNameFormat Enumeration
Defines the site naming convention used to create personal sites.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration SiteNameFormat
'Usage
Dim instance As SiteNameFormat
public enum SiteNameFormat
Members
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. |