Get names or titles of categories

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: UInt64

IDs of categories

returnTitle
Type: bool

Flag indicating whether should return title instead of name

Return Value

Type: string

.NET Framework

Supported in: 4.6.2, 4.7