Selerix Developer Tools
IsProductLibPath Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : IsProductLibPath Method
The virtual path.
Determines whether [is product library path] [the specified virtual path].
Syntax
'Declaration
 
Public Shared Function IsProductLibPath( _
   ByVal virtualPath As String _
) As Boolean
'Usage
 
Dim virtualPath As String
Dim value As Boolean
 
value = Utils.IsProductLibPath(virtualPath)
public static bool IsProductLibPath( 
   string virtualPath
)
public function IsProductLibPath( 
    virtualPath: String
): Boolean; static; 
public static function IsProductLibPath( 
   virtualPath : String
) : boolean;
public: static bool IsProductLibPath( 
   string* virtualPath
) 
public:
static bool IsProductLibPath( 
   String^ virtualPath
) 

Parameters

virtualPath
The virtual path.
See Also

Reference

Utils Class
Utils Members