namespace <%= fullNamespace %>.Constants { public class ModuleConstants { /// /// The root path for .resx files. /// public const string ResxPartialRoot = "~\\DesktopModules\\Admin\\Dnn.PersonaBar\\Modules\\<%= fullNamespace %>\\App_LocalResources\\"; /// /// The attribute name used in XML data nodes. /// public const string DataNodeAttributesName = "name"; /// /// The path to the root data in XML. /// public const string RootData = "/root/data"; /// /// The text suffix for keys ending with a period. /// public const string PointText = ".Text"; public const string PersonaBarTestSetting = "PersonaBarTestSetting"; public const string RESX_NAME = "<%= friendlyName %>"; } public class ApiError_Key { public const string ForbiddenMessage = "ForbiddenMessage"; public const string InternalServerError = "InternalServerError"; } }