BCDocumentWorkflowAddComment Method |
Note: This API is now obsolete.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This method might be removed from future versions. Use the "Comment" property setter.")]
public void AddComment(
string comment
)
<ObsoleteAttribute("This method might be removed from future versions. Use the "Comment" property setter.")>
Public Sub AddComment (
comment As String
)
Parameters
- comment
- Type: SystemString
The text message of a comment.
Remarks
This method might be removed from future versions.
Use the
Comment property setter.
See Also