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.
| |
BaseCacheKey |
Provider base cache key.
| |
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.
| |
DataSetFactory |
DataSet factory, if set, the DataSet for the queried data is provided by this object
| |
DeleteChildNodes |
If false, child nodes of the document are not deleted when the document is deleted. Default value is true.
| |
EnableBlogPostTrackbacks |
Indicates whether blog post trackbacks are enabled.
| |
EnableDocumentAliases |
Indicates whether "Remember original URL when moving document" option should be accepted.
| |
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.
| |
HandleACLs |
Indicates whether the ACL operations should be performed during the document operations.
| |
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.
| |
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.
| |
PreserveACLHierarchy |
Indicates whether the ACL hierarchy should be preserved on processed documents.
| |
ProviderAssemblyName |
Custom provider library assembly.
| |
ProviderObject |
Returns the provider object.
| |
QueryParameters |
Query parameters for the select query.
| |
SelectAllData |
If true, all data are selected. Otherwise only base document data are selected.
| |
SelectColumns |
Columns returned by the select query.
| |
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.
| |
UpdateNodeData | Obsolete.
If true, document content is updated from internal objects.
| |
UpdatePaths |
If true, paths to the document are 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.
| |
UseCache |
If true, cache is used for documents data.
| |
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.
|