Sitecore 5.0 API

MainUtil.IsFullPath Method 

Gets a value indicating whether the current instance is full path.

[Visual Basic]
Public Shared Function IsFullPath( _
   ByVal path As String _
) As Boolean
[C#]
public static bool IsFullPath(
   string path
);

Parameters

path
Path.

See Also

MainUtil Class | Sitecore Namespace