Interface ITemplateRelatedFiles
Getting relative path for template files.
Namespace: NipoSoftware.Nfield.Web.Interviewing.Helpers
Assembly: NipoSoftware.Nfield.TemplateHelpers.dll
Syntax
public interface ITemplateRelatedFiles
Methods
Content(String)
Template picture files.
Declaration
string Content(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileName |
Returns
| Type | Description |
|---|---|
| String |
Script(String)
Template javascript files.
Declaration
string Script(string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | fileName |
Returns
| Type | Description |
|---|---|
| String |