Plumtree Portal UI  
 

PlumtreeHelpers.GetNewObjectName Method 

This helper function returns a localized new object name based on a classID. It is used by the editor framework to suggest object names for newly created objects.

public static string GetNewObjectName(
   int intClassID,
   AActivitySpace asOwner
);

Parameters

intClassID
- The classID of the object
asOwner
- The activity space this is being called from

Return Value

String - The new object name

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace