Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 1.69 KB

Get-DataverseSPDocumentLocation.md

File metadata and controls

81 lines (57 loc) · 1.69 KB
external help file Module Name online version schema
AMSoftware.Dataverse.PowerShell.Administration.psm1-help.xml
AMSoftware.Dataverse.PowerShell
2.0.0

Get-DataverseSPDocumentLocation

SYNOPSIS

Retrieve to SharePoint Document Location URL for a Row

SYNTAX

GetBySharePointDocumentLocation

Get-DataverseSPDocumentLocation -DocumentLocation <Guid> 
 [<CommonParameters>]

GetByRegardingObject

Get-DataverseSPDocumentLocation -RegardingObject <Guid> 
 [<CommonParameters>]

DESCRIPTION

Retrieve to SharePoint Document Location for a Row or Document Location.

EXAMPLES

PARAMETERS

-DocumentLocation

Id of the specific Document Location to get the URL information for

Type: System.Guid
Parameter Sets: GetBySharePointDocumentLocation
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-RegardingObject

Id of the specific Row to get the URL information for

Type: System.Guid
Parameter Sets: GetByRegardingObject
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Online