Plumtree Portal UI  
 

FriendlyURL.DeNormalizeObjectName Method 

Reverses any character replacement performed in FriendlyURL#NormalizeObjectName, except for character casing. All characters will be lower case. NOTE: This method is duplicated on ObjectIdFromNameCache class in the server. Make sure to update both methods.

public static string DeNormalizeObjectName(
   string objectName
);

See Also

FriendlyURL Class | com.plumtree.portaluiinfrastructure.friendlyurl Namespace