Click or drag to resize
AttachmentSource Constructor (String)
Initializes a new instance of the AttachmentSource class.

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

Parameters

filePath
Type: SystemString
File path
See Also