Plumtree Portal UI  
 

FriendlyURL.NormalizeObjectName Method 

Convert PTObject name into a format that is suitable for friendly Urls. Use FriendlyURL#DeNormalizeObjectName to convert the value back. The casing of the object name is not preserved through the conversion NOTE: This method is duplicated on ObjectIdFromNameCache class in the server. Make sure to update both methods.

public static string NormalizeObjectName(
   string objectName
);

See Also

FriendlyURL Class | com.plumtree.portaluiinfrastructure.friendlyurl Namespace