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

Afficher le fichier Open project: OfficeDev/PnP-Sites-Core Class Usage Examples

Méthodes publiques

Свойство Type Description
_web Web

Méthodes publiques

Méthode 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 méthode

public AddToken ( OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition tokenDefinition ) : void
tokenDefinition OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.TokenDefinitions.TokenDefinition
Résultat void

GetLeftOverTokens() public méthode

public GetLeftOverTokens ( string input ) : IEnumerable
input string
Résultat IEnumerable

GetResourceTokenResourceValues() public méthode

public GetResourceTokenResourceValues ( string tokenValue ) : string>>.List
tokenValue string
Résultat string>>.List

ParseString() public méthode

public ParseString ( string input ) : string
input string
Résultat string

Rebase() public méthode

public Rebase ( Web web ) : void
web Web
Résultat void

TokenParser() public méthode

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

Property Details

_web public_oe property

public Web _web
Résultat Web