< Back

Get-MvDamCategory

Sat Jan 18, 2020 11:35 am

NAME Get-MvDamCategory



SYNTAX

Get-MvDamCategory [-Id] <string> [[-Recurse]] [<CommonParameters>]



Get-MvDamCategory [-CategoryPath] <string> [<CommonParameters>]



Get-MvDamCategory [[-RootCategory]] [<CommonParameters>]





PARAMETERS

-CategoryPath <string>

Specify a category's path to retrieve by it's path.



Required? true

Position? 0

Accept pipeline input? false

Parameter set name CategoryPath

Aliases None

Dynamic? false



-Id <string>

Specify Category Id as a string.



Required? true

Position? 0

Accept pipeline input? false

Parameter set name CategoryId

Aliases None

Dynamic? false



-Recurse

Determines whether or not all children categories will be returned. This falue is false by default.



Required? false

Position? 1

Accept pipeline input? false

Parameter set name CategoryId

Aliases None

Dynamic? false



-RootCategory

Retrieves the library's root category



Required? false

Position? 0

Accept pipeline input? false

Parameter set name RootCategoryId

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None