Library_FindSpec

Library_FindSpec
Library_FindSpec

Specifies the properties that can be used as a filter to find libraries. When multiple fields are specified, all properties of the library must match the specification.

JSON Example
{
    "name": "string",
    "type": "string"
}
string
name
Optional

Name of the library to search. The name is case-insensitive. See LibraryModel.name. If not specified any name will be searched.

type
Optional

The LibraryModel.LibraryType enumerated type defines the type of a LibraryModel. The type of a library can be used to determine which additional services can be performed with a library.
LOCAL : The library contents are defined and stored by the local Content Library Service installation. A local library can be retrieved and managed via the LocalLibrary.
SUBSCRIBED : The library synchronizes its items and content from another published library. A subscribed library can be retrieved and managed via the SubscribedLibrary.