Plumtree Portal UI  
 

PTDocFolders.ConstructFriendlyURL Method 

Creates a friendly Url to a Knowledge Directory folder. Current format is [directory keyword]/[directory name]/[directory id] where the directory id is optional. This method will lookup the id if one isn't provided

public override string ConstructFriendlyURL(
   FriendlyURL url,
   AActivitySpace space
);

Parameters

url
Container with necessary information to create a friendly Url. Object id of the folder is required.
space

Implements

IPTClassTypeDesc.ConstructFriendlyURL

See Also

PTDocFolders Class | com.plumtree.portaluiinfrastructure.classtypedescriptors.classtypes Namespace