[This is preliminary documentation and is subject to change.]
            The copy constructor
            
    Namespace: 
   OfficeClip.BusinessLayer.OfficePortalAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public NoteInfo( int noteId, string note, int createdByUserId, DateTime createdByTimestamp, bool isGroup, int groupId, int modifiedByUserId, DateTime modifiedTimestamp, BusinessConstants..::.ObjectType parentObjectType, int parentId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ noteId As Integer, _ note As String, _ createdByUserId As Integer, _ createdByTimestamp As DateTime, _ isGroup As Boolean, _ groupId As Integer, _ modifiedByUserId As Integer, _ modifiedTimestamp As DateTime, _ parentObjectType As BusinessConstants..::.ObjectType, _ parentId As Integer _ )  | 
| Visual C++ | 
|---|
public: NoteInfo( int noteId, String^ note, int createdByUserId, DateTime createdByTimestamp, bool isGroup, int groupId, int modifiedByUserId, DateTime modifiedTimestamp, BusinessConstants..::.ObjectType parentObjectType, int parentId )  | 
Parameters
- noteId
 - Type: System..::.Int32
The unique id of the note 
- note
 - Type: System..::.String
The note description 
- createdByUserId
 - Type: System..::.Int32
The unique id of the note creator 
- createdByTimestamp
 - Type: System..::.DateTime
The timestamp of the the note creation 
- isGroup
 - Type: System..::.Boolean
true if the note is visible to the group. 
- groupId
 - Type: System..::.Int32
The unique id of the group that the note is created in 
- modifiedByUserId
 - Type: System..::.Int32
The unique id of the user who last modified the note 
- modifiedTimestamp
 - Type: System..::.DateTime
The time when the note was last modified 
- parentObjectType
 - Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
the parent object type 
- parentId
 - Type: System..::.Int32
The id of the parent object 
