ExtensionDataCollection interface

Represents a single collection for extension data documents

Properties

collectionName

The name of the collection

documents

A list of documents belonging to the collection

scopeType

The type of the collection's scope, such as Default or User

scopeValue

The value of the collection's scope, such as Current or Me

Property Details

collectionName

The name of the collection

collectionName: string

Property Value

string

documents

A list of documents belonging to the collection

documents: any[]

Property Value

any[]

scopeType

The type of the collection's scope, such as Default or User

scopeType: string

Property Value

string

scopeValue

The value of the collection's scope, such as Current or Me

scopeValue: string

Property Value

string