Plumtree Portal UI  
 

FriendlyURL.GetFriendlyURL Method 

Constructs the Friendly URL and returns it as a string. Only the friendly url part is returned, no the application base url part or server.pt/ Note that any application base url used with friendly url cannot have a trailing question mark.

public virtual string GetFriendlyURL(
   AActivitySpace space
);

Parameters

space
Current ActivitySpace

Return Value

For example /community/engineeringcommunity/page2

See Also

FriendlyURL Class | com.plumtree.portaluiinfrastructure.friendlyurl Namespace