'Declaration
Public Overloads Shared Function Exists( _ ByVal resourceName As System.String _ ) As System.Boolean
'Usage
Dim resourceName As System.String Dim value As System.Boolean value = Resource.Exists(resourceName)
public static System.bool Exists( System.string resourceName )
Parameters
- resourceName
- Resource Name.
Return Value
True if the Resource exists and the user has access to it.