Get-FileReference

Prev Next

Summary

Retrieves an existing file reference.

Get-FileReference
    -Id

Returns a file reference object.

Parameters

ParameterTypeRequired?Notes
IdStringYesThe file reference id.

Examples

Get an existing file reference

This example retrieves a specific file reference and outputs it as JSON.

# TODO