Aqualogic Interaction API  
 

PT_CARD_SETTINGS Members

PT_CARD_SETTINGS overview

Public Static Fields

PT_CARD_COMPLETEURLONSTORE this flag is set when the card needs to add its objectid to the url on store.
PT_CARD_DESCRIPTIONALREADYSET a non-persistant version of PT_CARD_OVERWRITEDESCRIPTION, defaults to 0. setting this to 1 implies that the card has already received a description, and other parts of the server (such as search summary generation) shouldn't override it.
PT_CARD_EXISTINGCARD internal use only
PT_CARD_HASRELATIVEDOCUMENTURL returns 0/1 indicating whether or not the DocumentURL property is relative. R/O
PT_CARD_INDEXONSTORE Indicates whether the changes should be immediately persisted to Search Index or whether it should be left to the Search Update Agent for updating.
PT_CARD_INHERITPARENTFOLDERPERMISSIONS if set to TRUE, this card will get a security profile identical to that of its parent folder (or merged acl of all its parent folders). This setting is NOT persistent, is for newly created cards only, and should only be set by clients when doing manual card import.
PT_CARD_INSERTAPPROVED flag which is set if the card should be added to PT_CARD_PARENTFOLDERIDS approved.
PT_CARD_NEVERFULLTEXTINDEX a persistant flag which, if set, will prevent this card's document from ever getting indexed. Used when a document causes problems in the search engine.
PT_CARD_ORIG_XML internal use only, original card xml string.
PT_CARD_OVERWRITEDESCRIPTION persistant flag which indicates whether the search summary should be used to overwrite the description on the card.
PT_CARD_OVERWRITENAME persistant flag which indicates whether the search name should be used to overwrite the name on the card.
PT_CARD_PARENTFOLDERIDS Folders into which this Card should be inserted upon store (for newly created cards only). The value is an array of folderIDs.
PT_CARD_PROVIDERURLINFO the URL Info from the Data Source Provider, if the PT_CARD_COMPLETEURLONSTORE is set.
PT_CARD_RAWDOCUMENTURL returns the raw DocumentURL value. Won't be fixed up by the system if it's relative. R/O
PT_CARD_SEARCHENGINE Indicates whether the card needs to be updated in the search index.
PT_CARD_TEMPORARYCARDID Indicates whether the Card is temporary. If not, then the value is zero. If so, then the value is the cardID
PT_CARD_UNCLASSIFIEDCARD this value will be set to TRUE by the crawler if the card is being placed in Unclassified Cards. This is not persistant and only for internal crawler use.
PT_CARD_UPDATEFULLTEXTINDEX flag which indicates whether the full-text search index needs to be updated for this card. Note that this may be false either because the index really doesn't need to be updated, or because the document type says not to index.

Public Instance Constructors

PT_CARD_SETTINGS Constructor Initializes a new instance of the PT_CARD_SETTINGS class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_CARD_SETTINGS Class | com.plumtree.server Namespace | IPTCard