C# Class RockWeb.LavaFileSystem

Inheritance: IFileSystem
Datei anzeigen Open project: NewPointe/Rockit

Public Methods

Method Description
FullPath ( string templatePath ) : string
LavaFileSystem ( ) : System
ReadTemplateFile ( Context context, string templateName ) : string

Method Details

FullPath() public method

public FullPath ( string templatePath ) : string
templatePath string
return string

LavaFileSystem() public method

public LavaFileSystem ( ) : System
return System

ReadTemplateFile() public method

public ReadTemplateFile ( Context context, string templateName ) : string
context DotLiquid.Context
templateName string
return string