Gets all views of the vault.
Visual Basic |
---|
Public Function GetViews( _ Optional ByVal ViewCategory As MFViewCategory = MFViewCategoryNormal, _ Optional ByVal AllViews As Boolean = True, _ Optional ByVal ParentView As Long = -1 _ ) As Views |
Value | Description |
---|---|
MFViewCategoryNormal | Normal view. |
MFViewCategoryOfflineFilter | View that acts as an offline filter. |
MFViewCategoryTemporarySearch | View that represents a temporary search. |