static PageTemplate() { var templateFile = IsJPCulture ? "IntroPageTemplate.ja.html" : "IntroPageTemplate.html"; PageTemplateFile = new C1FileInfo { Directories = new List <string> { "Content" }, Name = templateFile }.GetFilePath(); }
public Documents(C1FileInfo xmlFilePath, string rootKey, string itemKind) { _xmlFilePath = xmlFilePath.GetFilePath(); _rootKey = rootKey; _itemKind = itemKind; }