Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 838 Bytes

PublicFolderRef.md

File metadata and controls

executable file
·
27 lines (21 loc) · 838 Bytes

PublicFolderRef

Properties

Name Type Description Notes
Folderid String [optional]
Name String [optional]
Container String [optional]
Children SystemCollectionsHashtable[] List of child folders (in the same format as the parent) [optional]

Examples

  • Prepare the resource
$PublicFolderRef = Initialize-GrommunioAdminPublicFolderRef  -Folderid null `
 -Name null `
 -Container null `
 -Children null
  • Convert the resource to JSON
$PublicFolderRef | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]