Click or drag to resize
AttachmentInfoProviderGetAttachmentInfo Method (Guid, String)
Returns the AttachmentInfo structure for the specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static AttachmentInfo GetAttachmentInfo(
	Guid attachmentGuid,
	string siteName
)

Parameters

attachmentGuid
Type: SystemGuid
Attachment GUID
siteName
Type: SystemString
Site name

Return Value

Type: AttachmentInfo
See Also