Click or drag to resize
AttachmentInfo Constructor (String)
Creates a new AttachmentInfo object based on the file specified by given path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public AttachmentInfo(
	string filePath
)

Parameters

filePath
Type: SystemString
File path
See Also