Version

GetTitleString Method

Gets an appropriate resolved title to use for the specified item.
Syntax
public string GetTitleString( 
   object specificItem,
   string[] specificProperties
)

Parameters

specificItem
The item to resolve a title for, or null, if the parent title is desired.
specificProperties
The specific properties for which check for a title, or null, if a general title is desired.

Return Value

The resolved title.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also