PermissionUtilitiesIsRazor Method |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsRazor(
string path
)
Public Shared Function IsRazor (
path As String
) As Boolean
public:
static bool IsRazor(
String^ path
)
static member IsRazor :
path : string -> bool
Parameters
- path
- Type: SystemString
Return Value
Type:
Boolean
See Also