Sitecore 5.0 API

Settings.GetFileSetting Method (String, String)

Get named setting containg a file path.

[Visual Basic]
Overloads Public Shared Function GetFileSetting( _
   ByVal name As String, _
   ByVal _default As String _
) As String
[C#]
public static string GetFileSetting(
   string name,
   string _default
);

See Also

Settings Class | Sitecore.Configuration Namespace | Settings.GetFileSetting Overload List