Determines the directory path where the files of a specific file type are stored.

Introduced: X13.

SetFileDirectory(String, Web.FileType)

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

Parameters

Parameter Description
directory Specifies the directory path where the files of a specific file type are stored.
type Specifies one of the FileType values.

Return Value

A reference to the Web.MVC.TextControl instance to allow method chaining.