AttachmentSource Conversion (String to AttachmentSource) |
Implicit operator to convert file path to Attachment source
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static implicit operator AttachmentSource (
string filePath
)
Parameters
- filePath
- Type: SystemString
File path
Return Value
Type:
AttachmentSourceSee Also