Click or drag to resize
AttachmentSource  Conversion (String to AttachmentSource)
Implicit operator to convert file path to Attachment source

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static implicit operator AttachmentSource (
	string filePath
)

Parameters

filePath
Type: SystemString
File path

Return Value

Type: AttachmentSource
See Also