Annotations API Methods
getCollectionId()
Get the collection id of the collection that the sticky note in context belongs to. A group of sticky notes is known as a collection. The collection id string will be populated from the name of the Item in context.
Examples
myNote.getCollectionId();
// -> "Demo3"
Arguments
None.
Return value
Type string