DocumentsIsStorageSystem Method

Indicates if a storage system exists.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsStorageSystem(
	Object currentStorageSystem
)

Parameters

currentStorageSystem  Object
Current storage system object.

Return Value

Boolean
if a storage system exists; otherwise, .

See Also