Click or drag to resize

ViewIds Structure

Contains the information of a view returned by GetViewIdsAsync(String, String, String, Boolean).

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public struct ViewIds

The ViewIds type exposes the following members.

Properties
  NameDescription
Public propertyObject
The object for which view ids have been asked.
Public propertyViews
The list of available views according to patterns.
Top
Fields
  NameDescription
Public fieldStatic memberNull
The null value.
Top
Remarks
For each Object that matches the requested pattern, you have the list of Views that match both views and representation patterns.
See Also