Click or drag to resize
AttachmentInfoProviderGetAttachmentInfoWithoutBinary Method
Returns the AttachmentInfo structure for the specified attachment without binary data.

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

Parameters

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

Return Value

Type: AttachmentInfo
See Also