Class VanityUrlOptions
- Namespace
- PnP.Core.Admin.Model.SharePoint
- Assembly
- PnP.Core.Admin.dll
When you're using a vanity URL tenant you can specify your custom URLs here
public class VanityUrlOptions
- Inheritance
-
VanityUrlOptions
- Inherited Members
Properties
AdminCenterUri
Sets the admin center URL (e.g. https://sharepointadmin.contoso.com)
public Uri AdminCenterUri { get; set; }
Property Value
MySiteHostUri
Sets the vanity my site host URL (e.g. https://my.contoso.com)
public Uri MySiteHostUri { get; set; }
Property Value
PortalUri
Sets the vanity portal URL (e.g. https://portal.contoso.com)
public Uri PortalUri { get; set; }