IContentStoreGetAttachment Method
|
Retrieves a binary attachment from the ContentStore.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
SyntaxIContentAttachment GetAttachment(
string id
)
Function GetAttachment (
id As String
) As IContentAttachment
IContentAttachment^ GetAttachment(
String^ id
)
abstract GetAttachment :
id : string -> IContentAttachment
Parameters
- id
- Type: SystemString
Unique ID of the attachment binary to retrieve.
Return Value
Type:
IContentAttachmentRetrieved attachment. Null if attachment doesn't exist.
RemarksBinary attachments are not indexed in the ContentStore and don't require a session to retrieve.
See Also