com.plumtree.server
Class PT_ADMIN_FOLDER_TYPES

java.lang.Object
  extended by com.plumtree.server.PT_ADMIN_FOLDER_TYPES

public final class PT_ADMIN_FOLDER_TYPES
extends java.lang.Object

This list includes the identifiers for all Admin Folder types. Admin folders have types, which can be queried through IPTAdminFolder.GetFolderType() and set through IPTAdminFolder.SetFolderType().

Author:
michaels
See Also:
IPTAdminFolder

Field Summary
static int PT_ADMIN_FOLDER_TYPE_COMMUNITYFOLDER
           
static int PT_ADMIN_FOLDER_TYPE_DEFAULTSUBPORTALFOLDER
           
static int PT_ADMIN_FOLDER_TYPE_REGULARFOLDER
           
 
Constructor Summary
PT_ADMIN_FOLDER_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ADMIN_FOLDER_TYPE_REGULARFOLDER

public static final int PT_ADMIN_FOLDER_TYPE_REGULARFOLDER
See Also:
Constant Field Values

PT_ADMIN_FOLDER_TYPE_COMMUNITYFOLDER

public static final int PT_ADMIN_FOLDER_TYPE_COMMUNITYFOLDER
See Also:
Constant Field Values

PT_ADMIN_FOLDER_TYPE_DEFAULTSUBPORTALFOLDER

public static final int PT_ADMIN_FOLDER_TYPE_DEFAULTSUBPORTALFOLDER
See Also:
Constant Field Values
Constructor Detail

PT_ADMIN_FOLDER_TYPES

public PT_ADMIN_FOLDER_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.