Class AttachmentFilesystemPlugin
Inheritance
AttachmentFilesystemPlugin
Assembly: SoDataBase.dll
Syntax
[AttachmentPlugin("FileAttachment")]
public class AttachmentFilesystemPlugin : Object, IAttachmentPlugin, IPlugin
Constructors
AttachmentFilesystemPlugin()
Declaration
public AttachmentFilesystemPlugin()
Methods
AttachmentExists()
Declaration
public bool AttachmentExists()
Returns
Delete()
Declaration
GetData()
Declaration
Returns
SaveData(Stream)
Declaration
public void SaveData(Stream data)
Parameters
Type |
Name |
Description |
Stream |
data |
|
SetAttachmentId(Int32)
Declaration
public void SetAttachmentId(int attachmentId)
Parameters
Type |
Name |
Description |
Int32 |
attachmentId |
|
Implements
Extension Methods