| 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: 8.2.23
Syntaxpublic 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