CStorage.AttachmentFullPath 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 AttachmentFullPath(
cAttachID AS STRING
) AS STRING
public virtual string AttachmentFullPath(
string cAttachID
)
Request Example
View SourceParameters
- cAttachID
- Type: String
Contains the ID or the full path of the attachment.If it is a full path the first character of cAttachID is ATTACHID_PATHFLAG (>)
Return Value
Type:
StringcID STRING The full path of an attachment file
See Also