ResourceLibraryInfoProviderValidateLibraryUniqueness Method |
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static bool ValidateLibraryUniqueness(
int resourceId,
string pathToLibrary
)
Parameters
- resourceId
- Type: SystemInt32
ResourceInfo id. - pathToLibrary
- Type: SystemString
Relative path to library.
Return Value
Type:
BooleanRemarks
The
pathToLibrary is internally normalized with
UnMapPath(String)
method to the form of relative path.
See Also