Retrieves a document set template
Get-PnPDocumentSetTemplate -Identity <DocumentSetPipeBind>
[-Web <WebPipeBind>]
[-Includes <String[]>]
Parameter | Type | Required | Description |
---|---|---|---|
Identity | DocumentSetPipeBind | True | Either specify a name, an id, a document set template object or a content type object |
Includes | String[] | False | Specify properties to include when retrieving objects from the server. |
Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |
PS:> Get-PnPDocumentSetTemplate -Identity "Test Document Set"
This will get the document set template with the name "Test Document Set"
PS:> Get-PnPDocumentSetTemplate -Identity "0x0120D520005DB65D094035A241BAC9AF083F825F3B"
This will get the document set template with the id "0x0120D520005DB65D094035A241BAC9AF083F825F3B"