AttachmentInfoProviderGetAttachmentInfoInternal Method (Int32, String, Boolean) |
Gets the attachment by the document ID and file name.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual AttachmentInfo GetAttachmentInfoInternal(
int documentId,
string fileName,
bool getBinary
)
Parameters
- documentId
- Type: SystemInt32
Document ID - fileName
- Type: SystemString
File name - getBinary
- Type: SystemBoolean
Get the binary data?
Return Value
Type:
AttachmentInfoSee Also