Table of Contents

Class ResourceInfoUtils

Namespace
CMS.Modules
Assembly
CMS.Modules.dll

Contains utility methods for ResourceInfo.

public static class ResourceInfoUtils
Inheritance
object
ResourceInfoUtils

Methods

IsSystemName(string)

Returns true if the resourceName is considered a system resource name.

public static bool IsSystemName(string resourceName)

Parameters

resourceName string

Resource name to test.

Returns

bool

Returns true if resource name is considered as system, otherwise returns false.

Remarks

A system resource name is prefixed by the CMS prefix.

See Also