Click or drag to resize
StorageHelperIsExternalFileStream Method

Note: This API is now obsolete.

Returns true, if the given file stream is bound to an external source

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use IsExternalStorage with path instead.")]
public static bool IsExternalFileStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to check

Return Value

Type: Boolean
See Also