Click or drag to resize

ViewLoadOptionsBase Properties

The ViewLoadOptionsBase type exposes the following members.

Properties
  NameDescription
Public propertyDataObjectTypeIds
If the collection is used, only views which is used by the provided DataObjectType's are loaded. Cannot be used together with "DataObjectTypeId" on the loadoption
Public propertyIdNegList (Inherited from CommonLoadOptionsBase.)
Public propertyIdPosList
Positiv list of id's. Unless the list is empty, only object with the provided ID's are loaded.
(Inherited from CommonLoadOptionsBase.)
Public propertyIsFullTextSearchEnabled
Defines if a fulltext search is enabled
(Inherited from CommonLoadOptionsBase.)
Public propertyMenuItemIds
Public propertyNumber
If > 0 load only the view with the particular number is included.
Public propertyOnlyViewsOwnedByActiveUser
Should we only load views that the active user is the owner of?
Public propertyOnlyViewsUsedByActiveUser
Should we only load views that the active user is allowed to use?
Public propertyOwnershipType
Public propertyRequireExactDataObjectTypeMatch
If true, then only views where dataobjecttype filter contains Ids in DataObjectTypeIds are loaded
Public propertySearchString (Inherited from CommonLoadOptionsBase.)
Public propertyUIdPosList
Public propertyViewOwner
By default only regular views (those shown in the UI) are included.
Top
See Also