Class VolatileTokenDefinition
Defines a provisioning engine Token. Make sure to only use the TokenContext property to execute queries in token methods.
Inherited Members
Namespace: PnP.Framework.Provisioning.ObjectHandlers.TokenDefinitions
Assembly: PnP.Framework.dll
Syntax
public abstract class VolatileTokenDefinition : TokenDefinition
Constructors
VolatileTokenDefinition(Web, String[])
Declaration
public VolatileTokenDefinition(Web web, params string[] token)
Parameters
Web
web
|
System.String[]
token
|
Methods
ClearVolatileCache(Web)
Declaration
public void ClearVolatileCache(Web web)
Parameters
Web
web
|