Click or drag to resize
AttachmentInfoProviderSetAttachmentInfoInternal Method
Sets (updates or inserts) specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetAttachmentInfoInternal(
	AttachmentInfo attachment,
	bool resetSearchContent = true
)

Parameters

attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment to set
resetSearchContent (Optional)
Type: SystemBoolean
If true, the search content field is set to null to be forced to load again
See Also