Delegate ProvisioningSiteProvisionedDelegate
Message to notify the completed provisioning of a site
Namespace: PnP.Framework.Provisioning.ObjectHandlers
Assembly: PnP.Framework.dll
Syntax
public delegate void ProvisioningSiteProvisionedDelegate(string title, string url);
Parameters
System.String
title
The Title of the provisioned site |
System.String
url
The URL of the provisioned site |