Managed Object - ListView

Returned by
CreateListView, CreateListViewFromView
Extends
ManagedObjectView
See also
View
Since
VI API 2.5


Managed Object Description

Properties

Name Type Description
None
Properties inherited from ManagedObjectView
view
Properties inherited from View
None

Methods

Methods defined in this Managed Object
ModifyListView, ResetListView, ResetListViewFromView
Methods inherited from ManagedObjectView
None
Methods inherited from View
DestroyView

ModifyListView

Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ListView used to make the method call.
add* PManagedObjectReference[]

Since VI API 2.5
remove* PManagedObjectReference[]

Since VI API 2.5
*Need not be set PRequired privilege - see tooltip for details

Return Value

Type Description
ManagedObjectReference[]

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



ResetListView

Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ListView used to make the method call.
obj* PManagedObjectReference[]

Since VI API 2.5
*Need not be set P Required privilege: obj

Return Value

Type Description
ManagedObjectReference[]

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



ResetListViewFromView

Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ListView used to make the method call.
view PManagedObjectReference
to a View

Since VI API 2.5
P Required privilege: view

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None