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
|
ClientContext
ctx
The ClientContext |
|
ProvisioningTemplate
template
The Provisioning template |
|
System.String
configurationData
Configuration Data string |
Returns
|
IEnumerable<TokenDefinition>
|