Click or drag to resize
AttachmentInfoProviderGetAttachmentInfoInternal Method (Guid, String)

Note: This API is now obsolete.

Returns the AttachmentInfo structure for the specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(System.Guid, int) instead.")]
protected virtual AttachmentInfo GetAttachmentInfoInternal(
	Guid attachmentGuid,
	string siteName
)

Parameters

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

Return Value

Type: AttachmentInfo
See Also