Section
A section in a ConnectorCard
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            ActivityImage
          
          
            Signature: ImageUri option 
                       
         | 
        
            
               
               
            
          (Optional) An image representing the action. Often this is an avatar of the "actor" of the activity. 
         | 
      
      
        
          
            ActivitySubtitle
          
          
            Signature: MarkdownString option 
                       
         | 
        
            
               
               
            
          (Optional) A subtitle describing the event or action. Often this will be a summary of the action. 
         | 
      
      
        
          
            ActivityText
          
          
            Signature: MarkdownString option 
                       
         | 
        
            
               
               
            
          (Optional) A full description of the action. 
         | 
      
      
        
          
            ActivityTitle
          
          
            Signature: MarkdownString option 
                       
         | 
        
            
               
               
            
          (Optional) Title of the event or action. Often this will be the name of the "actor". 
         | 
      
      
        
          
            Facts
          
          
            Signature: Fact list 
                       
         | 
        
            
               
               
            
          A list of facts, displayed as key-value pairs. 
         | 
      
      
        
          
            Images
          
          
            Signature: Image list 
                       
         | 
        
            
               
               
            
          A list of images that will be displayed at the bottom of the section. 
         | 
      
      
        
          
            IsMarkdown
          
          
            Signature: bool option 
                       
         | 
        
            
               
               
            
          (Optional) Set this to false to disable markdown parsing on this section's content. Markdown parsing is enabled by default. 
         | 
      
      
        
          
            PotentialActions
          
          
            Signature: ViewAction list 
                       
         | 
        
            
               
               
            
          This list of ViewAction objects will power the action links found at the bottom of the section 
         | 
      
      
        
          
            Text
          
          
            Signature: string option 
                       
         | 
        
            
               
               
            
          (Optional) A text that will appear before the activity. 
         | 
      
      
        
          
            Title
          
          
            Signature: MarkdownString option 
                       
         | 
        
            
               
               
            
          (Optional) The title of the section 
         | 
      
    
  
  Instance members
  
    
      | Instance member | Description | 
    
    
      
        
          
            WriteJson(writer)
          
          
            Signature: writer:JsonWriter -> JsonWriter 
                       
         | 
        
            
               
               
            
          Writes the Section to a JSON writer 
         |