Click or drag to resize
AttachmentInfoProviderExtensions Class
Contains extension methods for IAttachmentHistoryInfoProvider.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineAttachmentInfoProviderExtensions

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static class AttachmentInfoProviderExtensions
Methods
  NameDescription
Public methodStatic memberGetWithoutBinary(IAttachmentInfoProvider, Int32)
Gets an instance of attachment based on its ID.
Public methodStatic memberGetWithoutBinary(IAttachmentInfoProvider, Guid, Int32)
Gets an instance of attachment based on its GUID and site ID.
Top
See Also