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