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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public AttachmentInfo(
	string filePath,
	int documentId,
	Guid attachmentGuid
)

Parameters

filePath
Type: SystemString
File path
documentId
Type: SystemInt32
Document ID
attachmentGuid
Type: SystemGuid
Attachment GUID
See Also