C# Class OfficeDevPnP.PartnerPack.Infrastructure.Jobs.Handlers.SiteCollectionProvisioningJobHandler

Inheritance: OfficeDevPnP.PartnerPack.Infrastructure.Jobs.Handlers.ProvisioningJobHandler
Datei anzeigen Open project: OfficeDev/PnP-Partner-Pack

Public Methods

Method Description
EnableExternalSharing ( Tenant tenant, Site site ) : void

Protected Methods

Method Description
RunJobInternal ( ProvisioningJob job ) : void

Private Methods

Method Description
CreateSiteCollection ( SiteCollectionProvisioningJob job ) : void

Method Details

EnableExternalSharing() public method

public EnableExternalSharing ( Tenant tenant, Site site ) : void
tenant Tenant
site Site
return void

RunJobInternal() protected method

protected RunJobInternal ( ProvisioningJob job ) : void
job ProvisioningJob
return void