Share via


TileData.AddCustomField method

Adds an additional field name and value to the tile.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub AddCustomField ( _
    fieldName As String, _
    fieldValue As String _
)
'Usage
Dim instance As TileData
Dim fieldName As String
Dim fieldValue As String

instance.AddCustomField(fieldName, fieldValue)
public void AddCustomField(
    string fieldName,
    string fieldValue
)

Parameters

See also

Reference

TileData class

TileData members

Microsoft.SharePoint.WebPartPages namespace