TreeProvider Properties |
The TreeProvider type exposes the following members.
Name | Description | |
---|---|---|
AllowAsyncActions |
Indicates whether asynchronous actions should be allowed (log synchronization tasks). By default it is set to TRUE.
| |
AutomaticallyUpdateDocumentAlias |
If true, the document alias should be automatically updated upon document name change.
| |
CheckLinkConsistency |
If true, the linked document checks if the reference to its original is preserved.
| |
CheckUniqueAttachmentNames |
If true, unique attachment names within one document are checked against the database. Turn off only when you perform the validation by yourself.
| |
CheckUniqueNames |
If true, unique node names, document names and aliases are checked against the database. Turn off only when you perform the validation by yourself.
| |
CombineWithDefaultCulture |
Indicates if returned nodes should be combined with appropriate nodes of default culture in case they are not localized. It applies only if you're using multilingual support. The default value is false.
| |
EnableDocumentAliases |
Indicates if the document aliases should be generated.
| |
EnableNotifications |
Indicates whether notifications are sent when content changes occur (document updated/inserted/deleted,...). By default it is set to TRUE.
| |
EnableRating |
Indicates whether rating of a document should be updated. By default it is set to TRUE.
| |
EnsureSafeNodeAlias |
If true, node alias will include only allowed characters (turn off only when you perform the validation by yourself or the source data are already valdiated).
| |
FilterOutDuplicates |
If true, duplicate (linked) items are filtered.
| |
GenerateNewGuid |
If true, new GUID is generated for the inserted nodes where required.
| |
KeepCheckedInOnInsert |
If true, the document stays checked in on the insert operation
| |
LogEvents |
If true, events are log on document update.
| |
LogIntegration |
If true, integration tasks are logged on document update.
| |
LogSynchronization |
If true, synchronization tasks are logged on document update.
| |
LogWebFarmTasks |
If true, web farm tasks are logged on the object update.
| |
MergeResults |
If true, tables from result DataSet are merged into a single table.
| |
PreferredCultureCode |
Preferred culture code to use when none set.
| |
ProviderObject |
Returns search provider object.
| |
SelectAllData |
If true, all data are selected. Otherwise only base document data are selected.
| |
SelectQueryName |
Base query name to use for the document selection (for the enhanced selection options only).
| |
SortMergedResults |
If true, merged results are sorted.
| |
TouchCacheDependencies |
If true, cache dependencies are touched on document update.
| |
UpdateDocumentContent |
If true, document content is updated from internal objects.
| |
UpdatePaths |
Indicates if document name and URL paths should be updated.
| |
UpdateSKUColumns |
If true, SKU columns of the document are updated.
| |
UpdateTimeStamps |
If true, time stamps of the document are updated.
| |
UpdateUser |
If true, user IDs of the document (creator, modifier) are updated.
| |
UseAutomaticOrdering |
If true, automatic ordering is used for new nodes.
| |
UseCustomHandlers |
If true, custom handlers are used with Document operations.
| |
UseParentNodeGroupID |
Indicates whether NodeGroupID property should be set according to the parent value.
| |
UserInfo |
Current user info.
|