M-Files API 23.11.13135.0
SetViewVisibility Method
VaultViewOperations Object : SetViewVisibility Method
The ID of the view.
When this is set to True, the specified view is visible.
Description
Sets the visibility of a view for the user in the default listing of the view.
Syntax
Visual Basic
Public Sub SetViewVisibility( _
   ByVal View As Long, _
   ByVal IsVisible As Boolean _
) 
Parameters
View
The ID of the view.
IsVisible
When this is set to True, the specified view is visible.
Remarks

Supported in M-Files 22.3.11156.0 and later.

This method is available only if M-Files API is used in the client interface mode.

See Also

VaultViewOperations Object  | VaultViewOperations Members