Plumtree Portal UI  
 

IPTClassTypeDesc.ConstructFriendlyURL Method 

Generates a friendly URL to the implementing class type. Ideally the object name is provided, otherwise if only the object id is provided, the method has to look up the object name. If both are provided, both the object name and object id is used in the friendly url.

string ConstructFriendlyURL(
   FriendlyURL url,
   AActivitySpace space
);

Parameters

url
FriendlyURL containing the information for the url
space

Return Value

Returns the friendly part of the friendly Url, that is, just the part of the Url after server.pt including leading slash.

See Also

IPTClassTypeDesc Interface | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace