Determines where the client scripts are loaded from.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string ClientDir { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property ClientDir As String

See Also