FreeFlow class library

Server.DeleteAttachment Method 

Deletes the specified attachment from the database.

[Visual Basic]
Public Sub DeleteAttachment( _
   ByVal type As AttachmentType, _
   ByVal file As String, _
   ByVal owner As String _
)
[C#]
public void DeleteAttachment(
   AttachmentType type,
   string file,
   string owner
);

Parameters

type
The type.
file
The file.
owner
The owner.

See Also

Server Class | FreeFlow.Administration Namespace