AttachmentInfoProvider.GetAttachmentInfoWithoutBinaryInternal Method |
Returns the AttachmentInfo structure for the specified attachment without binary data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxprotected virtual AttachmentInfo GetAttachmentInfoWithoutBinaryInternal(
Guid attachmentGuid,
string siteName
)
Parameters
- attachmentGuid
- Type: System.Guid
Attachment GUID - siteName
- Type: System.String
Site name
Return Value
Type:
AttachmentInfo
See Also