Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
fieldName
Type: System.StringThe name of the field
fieldValue
Type: System.StringThe value of the field