TK.GetCategoryNameFromIDs Method
        
		
       
       
        Get names or titles of categories
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Function GetCategoryNameFromIDs( _ 
   ByVal categories As UInt64, _ 
   Optional ByVal returnTitle As Boolean = true _ 
) As String
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					public static string GetCategoryNameFromIDs( 
   UInt64 categories, 
   bool returnTitle = true 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
	 
	Parameters
	- 
		
			categories
		
	
- 
		UInt64 
	
	IDs of categories 
	- 
		
			returnTitle
		
	
- 
		bool 
	
	Flag indicating whether should return title instead of name 
	
		Return Value
	string 
	
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.8