Search Results for

    Show / Hide Table of Contents

    Class VanityUrlOptions

    When you're using a vanity URL tenant you can specify your custom URLs here

    Inheritance
    object
    VanityUrlOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public class VanityUrlOptions

    Properties

    AdminCenterUri

    Sets the admin center URL (e.g. https://sharepointadmin.contoso.com)

    Declaration
    public Uri AdminCenterUri { get; set; }
    Property Value
    Uri

    MySiteHostUri

    Sets the vanity my site host URL (e.g. https://my.contoso.com)

    Declaration
    public Uri MySiteHostUri { get; set; }
    Property Value
    Uri

    PortalUri

    Sets the vanity portal URL (e.g. https://portal.contoso.com)

    Declaration
    public Uri PortalUri { get; set; }
    Property Value
    Uri

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer