ItemIdentifier
ItemIdentifier
is a data type for specifying content items for use with the Content SDK components.
Attributes
type: 'persistentLocation' | 'folderUri'
Specify what type of content item this is. persistentLocation
refers to a set of pre-defined SAS Viya locations. folderUri
can be any SAS Viya folder uri.
value: string
myFolder
: the My Folder folder in SAS Viyafavorites
: the My Favorites folder in SAS Viyaroot
: the SAS Content folder in SAS Viyahistory
: the Recents folder in SAS Viyatrash
: the Recycle Bin folder in SAS Viya
For type: 'folderUri'
, a SAS Viya folder uri of the form: '/folder/folders/789d13d3-789d-4fa3-9fea-123e321f1ea1'
. You can find the URI for a Folder in SAS Drive in the Information Pane. Select the Folder, scroll down in the Information Pane to the More -> URI section and copy the URI.