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: 10.0.0
Syntax
C#
public static bool IsExternalFileStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to check

Return Value

Type: Boolean
See Also