Interface IProvisioningExtensibilityTokenProvider
Defines an interface which allows to plugin custom TokenDefinitions to the template provisioning pipeline
Namespace: PnP.Framework.Provisioning.Extensibility
Assembly: PnP.Framework.dll
Syntax
public interface IProvisioningExtensibilityTokenProvider
Methods
GetTokens(ClientContext, ProvisioningTemplate, String)
Provides Token Definitions to the template provisioning pipeline
Declaration
IEnumerable<TokenDefinition> GetTokens(ClientContext ctx, ProvisioningTemplate template, string configurationData)
Parameters
Client The ClientContext |
Provisioning The Provisioning template |
System. Configuration Data string |
Returns
IEnumerable<Token
|