SetDefaultView method

Sets the shared view information settings.

Syntax


C++

HRESULT SetDefaultView(
   ERUItemBoxView View,
   ERUItemBoxField Field,
   ERUSortOrder
SortOrder
)

Scripting languages
DefaultView = Object.SetDefaultView(
   View as ERUItemBoxView,
   Field as ERUSortOrder,
   SortOrder as ERUSortOrder)

Parameters


View

Specifies whether the item box should be displayed in icon, list, or detailed mode, as an ERUItemBoxView enum.

Field

Specifies which is the sort column, as an ERUItemBoxField enum.

SortOrder

Specifies whether the sort column should sort in ascending or descending order, as an ERUSortOrder enum.

Return value


C++

The return code.

Scripting languages

None.

 

Home

Applies to

IERUContainer