Method | Description | |
---|---|---|
DisablePartnerPackOnSite ( String siteUrl ) : void | ||
EnablePartnerPackInfrastructureOnSite ( String siteUrl ) : void | ||
EnablePartnerPackOnSite ( String siteUrl ) : void | ||
EnableResponsiveDesignOnSite ( String siteUrl ) : void | ||
GetPropertyBagValueFromInfrastructure ( String propertyKey ) : String | ||
GetSiteCollectionRootUrl ( String siteUrl ) : String | ||
GetSiteCollectionSettings ( String siteCollectionUri ) : OfficeDevPnP.PartnerPack.Infrastructure.SiteCollectionSettings | ||
GetTenantBrandingSettings ( ) : |
Helper method for reading branding settings from the Infrastructural Site Collection
|
|
IsPartnerPackOverridesEnabledOnSite ( String siteUrl ) : System.Boolean | ||
SetPropertyBagValueToInfrastructure ( String propertyKey, String value ) : void | ||
UserIsSPOAdmin ( ) : System.Boolean | ||
UserIsTenantGlobalAdmin ( ) : System.Boolean |
Method | Description | |
---|---|---|
ApplyProvisioningTemplateToSite ( ClientContext context, String siteUrl, String folder, String fileName, String>.Dictionary |
||
UserIsAdmin ( String targetRole ) : System.Boolean |
public static DisablePartnerPackOnSite ( String siteUrl ) : void | ||
siteUrl | String | |
return | void |
public static EnablePartnerPackInfrastructureOnSite ( String siteUrl ) : void | ||
siteUrl | String | |
return | void |
public static EnablePartnerPackOnSite ( String siteUrl ) : void | ||
siteUrl | String | |
return | void |
public static EnableResponsiveDesignOnSite ( String siteUrl ) : void | ||
siteUrl | String | |
return | void |
public static GetPropertyBagValueFromInfrastructure ( String propertyKey ) : String | ||
propertyKey | String | |
return | String |
public static GetSiteCollectionRootUrl ( String siteUrl ) : String | ||
siteUrl | String | |
return | String |
public static GetSiteCollectionSettings ( String siteCollectionUri ) : OfficeDevPnP.PartnerPack.Infrastructure.SiteCollectionSettings | ||
siteCollectionUri | String | |
return | OfficeDevPnP.PartnerPack.Infrastructure.SiteCollectionSettings |
public static GetTenantBrandingSettings ( ) : |
||
return |
public static IsPartnerPackOverridesEnabledOnSite ( String siteUrl ) : System.Boolean | ||
siteUrl | String | |
return | System.Boolean |
public static SetPropertyBagValueToInfrastructure ( String propertyKey, String value ) : void | ||
propertyKey | String | |
value | String | |
return | void |
public static UserIsSPOAdmin ( ) : System.Boolean | ||
return | System.Boolean |
public static UserIsTenantGlobalAdmin ( ) : System.Boolean | ||
return | System.Boolean |