[This is preliminary documentation and is subject to change.]
Adds an item to the collection
Namespace:
OfficeClip.BusinessLayer.Extranet.UserAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void Add( string createdBy, string created, string noteText ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ createdBy As String, _ created As String, _ noteText As String _ ) |
Visual C++ |
---|
public: void Add( String^ createdBy, String^ created, String^ noteText ) |
Parameters
- createdBy
- Type: System..::.String
E-mail address of user creating the note.
- created
- Type: System..::.String
Date string identifying when the note was created.
- noteText
- Type: System..::.String
The text of the note created.