Click or drag to resize
StorageHelperIsExternalFileStream Method
Returns true, if the given file stream is bound to an external source

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static bool IsExternalFileStream(
	Stream stream
)

Parameters

stream
Type: CMS.IOStream
Stream to check

Return Value

Type: Boolean
See Also