Expand Minimize

TileData Transformation

Mappings for SharePoint class Microsoft.SharePoint.WebPartPages.TileData

Type Mapping

Constructors

SSOM System.Void .ctor()
CSOM ctor()
JSOM constructor SP.WebParts.TileData.constructor()

Properties

SSOM System.String get_BackgroundImageLocation()
CSOM String TileData.get_BackgroundImageLocation()
JSOM string SP.WebParts.TileData.get_backgroundImageLocation()
SSOM System.String get_Description()
CSOM String TileData.get_Description()
JSOM string SP.WebParts.TileData.get_description()
SSOM System.Int32 get_ID()
CSOM Int32 TileData.get_ID()
JSOM number SP.WebParts.TileData.get_iD()
SSOM System.String get_LinkLocation()
CSOM String TileData.get_LinkLocation()
JSOM string SP.WebParts.TileData.get_linkLocation()
SSOM System.Int32 get_TileOrder()
CSOM Int32 TileData.get_TileOrder()
JSOM number SP.WebParts.TileData.get_tileOrder()
SSOM System.String get_Title()
CSOM String TileData.get_Title()
JSOM string SP.WebParts.TileData.get_title()
SSOM System.Void set_BackgroundImageLocation(System.String)
CSOM TileData.set_BackgroundImageLocation(String)
JSOM SP.WebParts.TileData.set_backgroundImageLocation()
SSOM System.Void set_Description(System.String)
CSOM TileData.set_Description(String)
JSOM SP.WebParts.TileData.set_description()
SSOM System.Void set_ID(System.Int32)
CSOM TileData.set_ID(Int32)
JSOM SP.WebParts.TileData.set_iD()
SSOM System.Void set_LinkLocation(System.String)
CSOM TileData.set_LinkLocation(String)
JSOM SP.WebParts.TileData.set_linkLocation()
SSOM System.Void set_TileOrder(System.Int32)
CSOM TileData.set_TileOrder(Int32)
JSOM SP.WebParts.TileData.set_tileOrder()
SSOM System.Void set_Title(System.String)
CSOM TileData.set_Title(String)
JSOM SP.WebParts.TileData.set_title()

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.