getFileMappingEntry(pathname )
|
|
Parameters
|
Stringpathname
Specifies the resolved entity path name. This should be a normalized form of a local resource path. For example on Windows-based systems, the following paths all represent the same local resource:
• c:\graphics\engine.jpg
• c:\Graphics\Engine.JPG
• c:\graphics\..\graphics\engine.jpg
For this reason, the caller should normalize this path in a consistent manner before calling this method.
|
Returns
|
String. Returns the associated Logical ID, if it is in the CMS. Returns null if it is not.
|
Throws
|
CMSException
If an error occurs.
|