SynchronizationObjectSettings Class |
Namespace: CMS.DataEngine
public class SynchronizationObjectSettings
The SynchronizationObjectSettings type exposes the following members.
Name | Description | |
---|---|---|
SynchronizationObjectSettings |
Name | Description | |
---|---|---|
Binary |
If true, binary data is exported as well.
| |
BindingDuplicities |
Gets duplicities for object bindings
| |
Columns |
Gets or sets COLUMNS clause.
| |
CreateHierarchy |
If true, result will be hierarchical (children, bindings in lower level than parent etc.).
| |
DisableCollectionPaging |
If true, the traversal process sets AllowPaging to false to all the collections it goes through.
| |
DocAliasPath |
Path. It may contain % and _ as wild card characters for any number of unknown characters or one unknown character respectively (for MS SQL).
| |
DocClassNames |
List of classNames to select separated by semicolon (e.g.: "cms.article;cms.product").
| |
DocCombineWithDefaultCulture |
Specifies if return the default culture document when specified culture not found.
| |
DocConnectedObjects |
Gets or sets the list of collections from ConnectedObjects collection which will go into the result.
| |
DocCoupledData |
If false, coupled data are not included in the result.
| |
DocCultureCode |
Nodes culture code.
| |
DocDeleteAllCultures |
If true, all cultures are deleted when document is being deleted.
| |
DocDestroyHistory |
If true, the history is deleted when the document is being deleted.
| |
DocLinkedDocuments |
If true, linked documents are included in the result.
| |
DocSelectOnlyPublished |
Select only published nodes.
| |
DocSingleDocument |
If true, only single document is selected
| |
DocSiteName |
Nodes site name.
| |
DocVersion |
Version of the document to return.
| |
EnsureBinaryData |
If true, all the collections are forced to load binary data.
| |
ExportItemURI |
Gets or sets URI of the exported item (needed for ODATA export).
| |
HandleBoundObjects |
If false, all bound objects (such as children or all types of bindings) are not being handled.
If true, handling of these objects is determined by more specific settings (such as IncludeChildren, IncludeBindings, etc.)
| |
IncludeBindings |
If true, binding objects are included in the result.
| |
IncludeCategories |
If true, parent category hierarchy of the object is included in the result as well.
| |
IncludeChildren |
If true, child objects are included in the result.
| |
IncludeMetafiles |
If true, metafiles of the object are included in the result as well.
| |
IncludeObjectData |
If false, object data are not exported (true by default).
| |
IncludeOtherBindings |
If true, other binding objects are included in the result.
| |
IncludeProcesses |
If true, automation processes of the object are included in the result as well.
| |
IncludeRelationships |
If true, relationships of the object are included in the result as well.
| |
IncludeScheduledTasks |
If true, scheduled tasks of the object are included in the result as well.
| |
IncludeSiteBindings |
If true, site binding objects are included in the result. This setting is applied only when IncludeBindings is true.
| |
IncludeTranslations |
If true, translation table is exported within the result as well.
| |
JSONCallback |
Gets or sets the callback JS code used a JSONP.
| |
MaxRecords |
Gets or sets maximum number of records.
| |
MaxRelativeLevel |
Determines maximal level of the relationship (parent-child). -1 means all levels, 0 means no child objects, 1 means first level of children, etc.
| |
Offset |
Gets or sets offset of the records.
| |
Operation |
Operation type (Export / Synchronization / etc.). According to this parameter export determines which child / binding objects to include in the export.
| |
OrderBy |
Gets or sets ORDER BY clause.
| |
ProcessIDCallback |
Method which is called to process any FK ID.
| |
ProcessTranslations |
If true, translation table is filled within ProcessTranslations method.
| |
RequestStockKey |
Returns key for request stock helper caching.
| |
RootName |
Name of the root element of the resulting export (root of xml).
| |
TopN |
Gets or sets TOP N clause.
| |
TranslationHelper |
Translation helper to pass to the callback methods.
| |
WhereCondition |
Where condition.
|