DocumentsIsStorageSystem Method
Indicates if a storage system exists.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsStorageSystem(
Object currentStorageSystem
)
Public Shared Function IsStorageSystem (
currentStorageSystem As Object
) As Boolean
- currentStorageSystem Object
- Current storage system object.
Boolean if a storage system exists; otherwise,
.