Determines the directory path where the files of a specific file type are stored.
Introduced: X13.
public Web.MVC.TextControl SetFileDirectory(string directory, Web.FileType type);
Public Function SetFileDirectory(ByVal directory As String, ByVal type As Web.FileType) As Web.MVC.TextControl
Parameter | Description |
---|---|
directory | Specifies the directory path where the files of a specific file type are stored. |
type | Specifies one of the File |
A reference to the Web.