DashboardItemInfo

Overview of DashboardItemInfo goes here.

DashboardItemInfo Properties

Item -> BaseInfo -> DashboardItemInfo

Field Type Inherited from Description
Href String Item Gets or sets the Href value
CommonName String BaseInfo Gets or sets the CommonName value
ConcurrencyVersion Nullable<Int64> BaseInfo Gets or sets the ConcurrencyVersion value
InFolderHref String BaseInfo Gets or sets the InFolderHref value
InFolderKey String BaseInfo Gets or sets the InFolderKey value
IsGlobal Boolean BaseInfo Gets or sets the IsGlobal value
Key String BaseInfo Gets or sets the Key value
Links List<Link> BaseInfo Gets or sets the Links value
Metadata MetadataItem[] BaseInfo Gets or sets the Metadata value
Monikers MonikerItem[] BaseInfo Gets or sets the Monikers value
Notes NoteInfo[] BaseInfo Gets or sets the Notes value
ObjectLinks ObjectLinkItem[] BaseInfo Gets or sets the ObjectLinks value
Tags String[] BaseInfo Gets or sets the Tags value
Height Int32 DashboardItemInfo Gets or sets the Height value
MinHeight Int32 DashboardItemInfo Gets or sets the MinHeight value
MinWidth Int32 DashboardItemInfo Gets or sets the MinWidth value
ParametersJson String DashboardItemInfo Gets or sets the ParametersJson value
Slots List<DashboardSlotInfo> DashboardItemInfo Gets or sets the Slots value
StartingX Int32 DashboardItemInfo Gets or sets the StartingX value
StartingY Int32 DashboardItemInfo Gets or sets the StartingY value
WidgetName String DashboardItemInfo Gets or sets the WidgetName value
Width Int32 DashboardItemInfo Gets or sets the Width value

JSON Structure of DashboardItemInfo

{
   "Href"	:	"String",
   "CommonName"	:	"String",
   "ConcurrencyVersion"	:	"Nullable\<Int64\>",
   "InFolderHref"	:	"String",
   "InFolderKey"	:	"String",
   "IsGlobal"	:	"Boolean",
   "Key"	:	"String",
   "Links"	:	"List\<[Link](/object-model/link)\>",
   "Metadata"	:	"[MetadataItem](/object-model/metadataitem)[]",
   "Monikers"	:	"[MonikerItem](/object-model/monikeritem)[]",
   "Notes"	:	"[NoteInfo](/object-model/noteinfo)[]",
   "ObjectLinks"	:	"[ObjectLinkItem](/object-model/objectlinkitem)[]",
   "Tags"	:	"String[]",
   "Height"	:	"Int32",
   "MinHeight"	:	"Int32",
   "MinWidth"	:	"Int32",
   "ParametersJson"	:	"String",
   "Slots"	:	"List\<[DashboardSlotInfo](/object-model/dashboardslotinfo)\>",
   "StartingX"	:	"Int32",
   "StartingY"	:	"Int32",
   "WidgetName"	:	"String",
   "Width"	:	"Int32"
}