CStorage.AttachmentDelete Method | |
This method returns the full path of an attachment file addressed through cAttachID.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AttachmentDelete(
cID AS STRING
) AS LOGIC
public virtual bool AttachmentDelete(
string cID
)
Request Example
View SourceParameters
- cID
- Type: String
Contains the ID or the full path of the attachment.
Return Value
Type:
Logic
LOGIC TRUE when the attachment could be deleted.
See Also