AVEVA OMI Software Developer Kit
Properties 


ContentInfo Class Members

The following tables list the members exposed by ContentInfo.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Gets or sets the content name. This is required. If no Screen Name, Pane Name and Content type is provided, the Content will be show in the layout based on search scope.  
Public Property Gets or sets the type of the content. This is optional.  
Public Property Gets or sets the name. This is optional. This is unique set to content. This is used to hide content if provided.  
Public Property Gets or sets the owning object. This is optional.  
Public Property Gets or sets the name of the pane. This is optional.  
Public Property Gets or sets the property overrides. This is array of key (property name), it's value and is constant or reference.  
Public Property Gets or sets the name of the screen. This is optional.  
Public Property Gets or sets the search scope. If screen name is not provided, this parameter determines how the screens are searched when trying to find a matching pane. Default is Self.This is optional.  
Public Property Gets or sets the Source. When not specified or set to Self, the nested layout that made the call is searched for a matching pane. When set to All Screens, Source Screen, or Primary Screen, only the topmost level of the layout is searched for a matching pane. This is applicable only when the screen name is not provided or is invalid.  
Top
See Also