C# Class OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenParser

Show file Open project: OfficeDev/PnP-Sites-Core Class Usage Examples

Public Properties

Property Type Description
_web Web

Public Methods

Method Description
AddToken ( OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition tokenDefinition ) : void
GetLeftOverTokens ( string input ) : IEnumerable
GetResourceTokenResourceValues ( string tokenValue ) : string>>.List
ParseString ( string input ) : string
Rebase ( Web web ) : void
TokenParser ( Web web, OfficeDevPnP.Core.Framework.Provisioning.Model.ProvisioningTemplate template ) : System

Method Details

AddToken() public method

public AddToken ( OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition tokenDefinition ) : void
tokenDefinition OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition
return void

GetLeftOverTokens() public method

public GetLeftOverTokens ( string input ) : IEnumerable
input string
return IEnumerable

GetResourceTokenResourceValues() public method

public GetResourceTokenResourceValues ( string tokenValue ) : string>>.List
tokenValue string
return string>>.List

ParseString() public method

public ParseString ( string input ) : string
input string
return string

Rebase() public method

public Rebase ( Web web ) : void
web Web
return void

TokenParser() public method

public TokenParser ( Web web, OfficeDevPnP.Core.Framework.Provisioning.Model.ProvisioningTemplate template ) : System
web Web
template OfficeDevPnP.Core.Framework.Provisioning.Model.ProvisioningTemplate
return System

Property Details

_web public property

public Web _web
return Web