Adds the custom attachment.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void AddCustomAttachment(
	Guid fileguid
)
Visual Basic
Public Sub AddCustomAttachment ( _
	fileguid As Guid _
)
Visual C++
public:
void AddCustomAttachment(
	Guid fileguid
)

Parameters

fileguid
Type: System..::..Guid
The file guid.

See Also