Click or drag to resize

IDataObjectLoadOptionsBase Properties

The IDataObjectLoadOptionsBase type exposes the following members.

Properties
  NameDescription
Public propertyDataObjectIds
States a list of data object ids. If specified only the stated data objects are loaded.
Public propertyDataObjectTypeIds
States a list of data object type ids. If specified only data objects of the stated types are loaded.
Public propertyDataObjectUIds
States a list of data object uids. If specified only the stated data objects are loaded.
Public propertyExcludeDataObjectIds
States a list of data object ids. If specified the stated data objects are exluded from being loaded.
Public propertyFilterExpressions
FilterExpressions enumerates the filter expressions added using AddFilterExpression(String, ExpInnerOperator, String, String)
Public propertyMustBeReferredByDataObjectIds
States a list of data object ids. If specified only data objects, that are referred by one or more of the specified data objects, are loaded.
Public propertyMustHaveReferenceToDataObjectIds
States a list of data object ids. If specified only data objects, which have a reference (through a reference property) to one or more of the specific data objects, will be loaded.
Public propertyOverrideSecurity
States whether security should be overridden. This includes the data object security model, acess modifers and the property security model.
Public propertyParentIds
States a list of parent data object ids. If specified only data objects residing directly below these specific parent data objects are loaded.
Public propertySearchString
States a search string. If specified only data objects matching the search string are loaded.
Public propertySkipAllObjects
Specifies whether all loading of data objects should be skipped.
Public propertyCode exampleSqlFilters
States a list of sql filters. Sql filters are added to the "where" clause of the query used for loading data objects. Using sql filters requires knowledge of how the data object query is constructed and should be used with great caution.
Public propertyTemplateStatus
Specifies whether only instance objects, template objects or both must be loaded. Only processes, activities and target data objects can be template objects.
Top
See Also