Click or drag to resize
WebDAVHelperIsAttachmentStoredInFileSystem Method
Indicates if attachment is stored in file system.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static bool IsAttachmentStoredInFileSystem(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document

Return Value

Type: Boolean
See Also