Get a message for a note
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetNoteMessage( _
ByVal type As NoteTarget, _
ByVal note_id As EntityID, _
ByVal db As IDatabase _
) As String
This language is not supported or no code example is available.
public static string GetNoteMessage(
NoteTarget type,
EntityID note_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static String^ GetNoteMessage(
NoteTarget type,
EntityID^ note_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- type
 - 
		Type: NoteTarget 
		
the type of note entity
 
- note_id
 - 
		Type: EntityID 
		
the id of the note entity
 
- db
 - 
		Type: IDatabase 
		
the database connection to use
 
Return Value
Type: stringthe response, with the message