iStarDoorActionInfo

Overview of iStarDoorActionInfo goes here.

iStarDoorActionInfo Properties

Item -> BaseInfo -> iStarDoorActionInfo

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
EndTime DateTime iStarDoorActionInfo Gets or sets the EndTime value
Method iStarDoorActionMethods iStarDoorActionInfo Gets or sets the Method value
Priority Int32 iStarDoorActionInfo Gets or sets the Priority value
StartTime DateTime iStarDoorActionInfo Gets or sets the StartTime value

JSON Structure of iStarDoorActionInfo

{
   "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[]",
   "EndTime"	:	"DateTime",
   "Method"	:	"[iStarDoorActionMethods](/object-model/istardooractionmethods)",
   "Priority"	:	"Int32",
   "StartTime"	:	"DateTime"
}

Addi Star Door Action Async

Example in C#

// Returns: iStarDoorActionInfo
var iStarDoorActionInfo = await client.AddiStarDoorActionAsync(FolderInfo folder, iStarDoorActionInfo item);

Deletei Star Door Action Async

Example in C#

// Returns: nothing
await client.DeleteiStarDoorActionAsync(iStarDoorActionInfo item);

Geti Star Door Actions Async

Example in C#

// Returns: IEnumerable<iStarDoorActionInfo>
var iStarDoorActionInfo = await client.GetiStarDoorActionsAsync(FolderInfo folder, Int32 priority);

Updatei Star Door Action Async

Example in C#

// Returns: nothing
await client.UpdateiStarDoorActionAsync(iStarDoorActionInfo item);