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: 6.3.0.0 (0.8.0.0)
Syntax
public struct ViewIds

The ViewIds type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNull
The null value.
Top
Properties
  NameDescription
Public propertyObject
The object for which view ids have been asked.
Public propertyViews
The list of available views according to patterns.
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