AttachmentInfoProvider GetAttachmentInfo Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetAttachmentInfo(Guid, String)
Returns the AttachmentInfo structure for the specified attachment.
Public methodStatic memberGetAttachmentInfo(Int32, Boolean)
Returns the AttachmentInfo structure for the specified attachment.
Public methodStatic memberGetAttachmentInfo(Int32, Guid)
Gets the attachment by the document ID and attachment GUID.
Public methodStatic memberGetAttachmentInfo(String, String)
Returns the AttachmentInfo structure for the specified attachment.
Public methodStatic memberGetAttachmentInfo(Int32, String, Boolean)
Gets the attachment by the document ID and file name.
Back to Top
See Also