AttachmentInfo Constructor (String, Int32, Guid) |
Creates a new AttachmentInfo object based on the file specified by given path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax 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