| BCDocumentWorkflowAddComment Method |
Note: This API is now obsolete.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.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
)public:
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "Comment" property setter.")]
void AddComment(
String^ comment
)
[<ObsoleteAttribute("This method might be removed from future versions. Use the "Comment" property setter.")>]
member AddComment :
comment : string -> unit
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