 PT_ADMIN_SYNCHRONOUS_INDEXING | int value- will objects be indexed on store, or at some later time? |
 PT_CONTENT_SNAPSHOT_PORTLET_MODE | int value- if 0, "more" link takes you the advance search page. If 1, "more" link activates pagination. |
 PT_DATABASE_TYPE | |
 PT_DIRECTORY_BROWSEBY | int value- used by the UI to record the method of supplying browse functionality in the directory (through search or the DB) |
 PT_DIRECTORY_DEFAULT_DOCTYPE | int value- the ObjectID of the Document Type to be used by default when a user submits a document for Card creation |
 PT_DIRECTORY_DOC_DESC_TYPE | string value- used by the UI to record how descriptions should be displayed for Cards |
 PT_DIRECTORY_FOLD_DESC_TYPE | string value- used by the UI to record how descriptions should be displayed for Folders |
 PT_DIRECTORY_NUM_DOC_COLUMNS | |
 PT_DIRECTORY_NUM_DOCS_PER_PAGE | int value- used by the UI to record the number of Cards to display per page |
 PT_DIRECTORY_NUM_FOLD_COLUMNS | int value- used by the UI to record the number of columns in which to display folders |
 PT_DIRECTORY_NUM_FOLDERS_PER_PAGE | |
 PT_DIRECTORY_NUM_SUB_SUB_FOLDERS | int value- used by the UI to record the number of subfolders to be displayed under a folder |
 PT_DIRECTORY_PLACE_RELATED_RESOURCE | int value- used by the UI to record the placement of related resources on the page |
 PT_DIRECTORY_PROP_COLUMNS | string value- used by the UI to record the Properties to be displayed when a user views the Directory |
 PT_GLOBAL_DEPLOYMENT_NODE_TYPE | int value- the node type to be used for replication |
 PT_NODE_ID | string value- the node identifier of the node to be used for replication |
 PT_PASSWORD_EXPIRATION | int value- how many days until a password expires |
 PT_PASSWORD_EXPIRATION_WARNING | int value- how many days to warn before the password expires |
 PT_PASSWORD_INCLUDE_CASING | boolean value- whether or not to require upper and lower case letters in passwords |
 PT_PASSWORD_INCLUDE_NUMBERS | boolean value- whether or not to require numbers in passwords |
 PT_PASSWORD_INCLUDE_PUNCTUATION | boolean value- whether or not to require punctuation in passwords |
 PT_PASSWORD_LENGTH | int value- minimum length of passwords |
 PT_PASSWORD_NO_USER_IDS | boolean value- whether or not to disallow user ids in passwords |
 PT_PASSWORD_REUSE_HISTORY | int value- how often someone can reuse the same password |
 PT_PASSWORD_SEED | String value- the key used to initialize the crypto algorithm for the passwords |
 PT_SCHEMA_VERSION | string value- the version of the DB schema, as recorded in the DB |
 PT_SEARCH_ALLOW_SPELLCHECK | int value- should search queries be spell corrected? |
 PT_SEARCH_ALLOW_THESAURUS | int value- If 0, thesaurus expansion in banner search is disabled. If 1, thesaurus expansion is enabled and will be applied if the Search Server has been configured with a synonym list. |
 PT_SEARCH_BULK_IMPORT_BYTE_LIMIT | int value- the number of bytes to be indexed in one "bulk import" during crawling, defaults to 1000000 |
 PT_SEARCH_BULK_IMPORT_SIZE | int value- the number of Cards to be indexed in one "bulk import" during crawling, defaults to 100 if not set |
 PT_SEARCH_CLUSTER_HOST_NAME | string value- the host name of one machine in a search cluster used to contact the cluster |
 PT_SEARCH_CLUSTER_HOST_PORT | string value- the port of one machine in a search cluster used to contact the cluster |
 PT_SEARCH_CONTENT_TERM_LIMIT | int value- the maximum number of terms which can be retrieved per Property with search results. |
 PT_SEARCH_DEFAULT_FIELD_ALIAS | string value- Comma-separated list of fields considered by banner search. Default value is "PT1[2.0],PT2[0.1],PT50[0.1]". Do not change without consulting the Plumtree Administrator's Guide. |
 PT_SEARCH_DOCUMENT_SUMMARY_SIZE | int value- Number of words to extract from the full-text of cards for use as a document summary. |
 PT_SEARCH_ENCODED_DOCUMENT_BYTE_LIMIT | int value- the maximum number of bytes of full text to extract from a document. Defaults to 1000000. |
 PT_SEARCH_FAILOVER_QUERY_HOST_NAME | string value- the name of the machine hosting the Plumtree Search Server to be used for failover |
 PT_SEARCH_FAILOVER_QUERY_PORT_NUMBER | int value- the port number of the search server on the PT_SEARCH_FAILOVER_QUERY_HOST_NAME machine |
 PT_SEARCH_INDEX_COMMUNITY_USER_MEMBERS | |
 PT_SEARCH_INDEXING_HOST_NAME | string value- the name of the machine hosting the Plumtree Search Server to be used for indexing |
 PT_SEARCH_INDEXING_PORT_NUMBER | int value- the port number of the search server on the PT_SEARCH_INDEXING_HOST_NAME machine |
 PT_SEARCH_KWIC_WINDOW_SIZE | int value- Size in words of the context window surrounding highlighted keywords in search results. |
 PT_SEARCH_MAX_NUM_KWICS | int value- Maximum number of context windows to display in keyword highlighted search results. |
 PT_SEARCH_QUERY_HOST_NAME | string value- the name of the machine hosting the Plumtree Search Server to be used for querying |
 PT_SEARCH_QUERY_PORT_NUMBER | int value- the port number of the search server on the PT_SEARCH_QUERY_HOST_NAME machine |
 PT_SEARCH_UPDATE_REQUEST_SIZE | int value- then number of items to be indexed in a batch by the Search Maintenance agent |
 PT_SETTINGNAME_ALLOW_NEW_USER_CREATION_TO_ALL | int value- if 0, a user must be granted the Create User activity right to create users. If 1, all users may create users. |
 PT_SETTINGNAME_AUDIT_ARCHIVE_PATH | string value- the path to the Audit archive files |
 PT_SETTINGNAME_AUDIT_CONFIG | int value- a bitmask of values from the PT_AUDIT_TYPES constants that determines what types of auditing are enabled |
 PT_SETTINGNAME_AUDIT_DAYS_IN_ARCHIVE | int value- number of days that Audit data should be archived in files before deleting |
 PT_SETTINGNAME_AUDIT_DAYS_IN_DB | int value- number of days that Audit data should be maintained in the DB before archiving it to files |
 PT_SETTINGNAME_AUTOASSIGNNUMERICAUTH | int value- should the Portal automatically assign a numeric authentication username to all users on store. 1 for yes, 0 for no. |
 PT_SETTINGNAME_CARDS_FULLTEXT_COLLECTION_PATH | |
 PT_SETTINGNAME_CARDS_PROPSRCH_COLLECTION_PATH | |
 PT_SETTINGNAME_CENTRALIZED_INDEXING_DELETE_TIMEOUT | |
 PT_SETTINGNAME_CENTRALIZED_INDEXING_INDEX_TIMEOUT | |
 PT_SETTINGNAME_CENTRALIZED_INDEXING_LOCAL_TEMP_PATH | |
 PT_SETTINGNAME_CENTRALIZED_INDEXING_UNC_TEMP_PATH | |
 PT_SETTINGNAME_DEFAULT_CHARSET | |
 PT_SETTINGNAME_DEFAULT_LOCALE | string value- the default locale to be used to index documents when the locale cannot be identified |
 PT_SETTINGNAME_DEFAULT_TIMEZONE | |
 PT_SETTINGNAME_ENABLE_CENTRALIZED_INDEXING | |
 PT_SETTINGNAME_ENABLE_DEBUG_PORTLET_ERRORS_MODE | int value- if 0, debugging mode is disabled. If 1, debugging mode has been enabled. |
 PT_SETTINGNAME_ENABLE_DEBUG_SUBPORTAL_RULES_MODE | int value- if 0, debugging mode is disabled. If 1, debugging mode has been enabled. |
 PT_SETTINGNAME_ENABLE_LEGACY_MYPORTAL_ACCESS | |
 PT_SETTINGNAME_FOLDERS_PROPSRCH_COLLECTION_PATH | |
 PT_SETTINGNAME_IMAGE_FILES_PATH | |
 PT_SETTINGNAME_INVALID | a placeholder to store the largest valid setting + 1 |
 PT_SETTINGNAME_INVITE_CIPHER_KEY | int value- invitation cipher key |
 PT_SETTINGNAME_ISSUES_PATH | |
 PT_SETTINGNAME_JOB_LOG_EXPIRATION_PERIOD | int value- number of days that job logs are maintained before being deleted |
 PT_SETTINGNAME_NAMING_AUTHORITY | |
 PT_SETTINGNAME_NUMERIC_AUTH | int value- determines if numeric authentication is supported (IPTSession.NumericConnect.) 1 for yes, 0 for no. |
 PT_SETTINGNAME_PLUMTREE_COLLAB_SERVER_INSTALLED | int value- is the Collaboration server installed? |
 PT_SETTINGNAME_PLUMTREE_CONTENT_SERVER_INSTALLED | int value- is the Content server installed? |
 PT_SETTINGNAME_PLUMTREE_DISPLAYFILESDIRECTORY_URL | string value - the URL to the directory where the data source provider specific display files are stored |
 PT_SETTINGNAME_PLUMTREE_ENDUSEROBJECTCACHE_TIMEOUTSECONDS | int value- the number of seconds that end user objects such as mandatory Gadgets and Communities should live in the cache |
 PT_SETTINGNAME_PLUMTREE_INSTALL_PATH | |
 PT_SETTINGNAME_PLUMTREE_OPENFEDERATEDSEARCH_URL | string value- the URL in the Portal used to open federated search items |
 PT_SETTINGNAME_PLUMTREE_SOAPAPI_URL | string value- used by the UI to record the URL to the SOAP API server |
 PT_SETTINGNAME_PLUMTREE_WEBSERVER_URL | |
 PT_SETTINGNAME_PORTAL_UUID | string value- unique identifier for the Portal server cluster (used to identify the Server to Gadget Servers, etc.) |
 PT_SETTINGNAME_PROPBAG_FILES_PATH | string value- path used by IPTSession.CreateSerializedPropertyBag and similar calls |
 PT_SETTINGNAME_USERACCOUNT_BADLOGONATTEMPTS | int value- number of times a user may fail to logon before they're considered bad (i.e. before we think they're trying to guess a password.) |
 PT_SETTINGNAME_USERACCOUNT_BADLOGONMINUTES | int value- number of minutes to remember that a "bad logon" was attempted (essentially the TTL of the "bad logon" cache.) |
 PT_SETTINGNAME_USERACCOUNT_ENABLELOCKING | int value- is account locking enabled? 1 for yes, 0 for no. |
 PT_SETTINGNAME_USERACCOUNT_LOCKMINUTES | int value- number of minutes that an account will be locked before the lock expires |
 PT_SNAPSHOT_QUERY_RESULTS_FACTOR | int value- this value is multiplied against the max number of cache results to return in order to increase the chances that an individual will get results. |
 PT_STATE_FILES_PATH | string value- path to the saved state files used to suspend and resume jobs |
 PT_TOKEN_PASSWORD | string value- the seed string used to generate Login Tokens (e.g. to support Remember My Password functionality) |