StorageHelperIsExternalFileStream Method |
Returns true, if the given file stream is bound to an external source
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public static bool IsExternalFileStream(
Stream stream
)
Parameters
- stream
- Type: CMS.IOStream
Stream to check
Return Value
Type:
BooleanSee Also