AttachmentInfoProviderGetAttachmentInfoWithoutBinaryInternal Method |
Returns the AttachmentInfo structure for the specified attachment without binary data.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual AttachmentInfo GetAttachmentInfoWithoutBinaryInternal(
Guid attachmentGuid,
string siteName
)
Parameters
- attachmentGuid
- Type: SystemGuid
Attachment GUID - siteName
- Type: SystemString
Site name
Return Value
Type:
AttachmentInfoSee Also