| TemplateFromFile Method |
Loads a template from file.
Namespace:
Limilabs.Mail.Templates
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static Template FromFile(
string path
)
Public Shared Function FromFile (
path As String
) As Template
public:
static Template^ FromFile(
String^ path
)
static member FromFile :
path : string -> Template
Parameters
- path
- Type: SystemString
The file to read data from.
Return Value
Type:
TemplateLoaded template.
See Also