M-Files API 23.11.13135.0
GetOfflineAvailability Method
VaultObjectOperations Object : GetOfflineAvailability Method
The ID identifying the object.
Description
Gets the offline availability of the specified object.
Syntax
Visual Basic
Public Function GetOfflineAvailability( _
   ByVal ObjID As ObjID _
) As Boolean
Parameters
ObjID
The ID identifying the object.
Remarks

The method returns "true" if the object with the specified object ID is available offline.

Objects can be set to be available offline via the SetOfflineAvailability method, via a view that acts as an offline filter, or via checking out them out for editing.

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

See Also

VaultObjectOperations Object  | VaultObjectOperations Members