Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Moodle
0.2
types/MoodleCourseCategory.ps1
class
MoodleCourseCategory
{
[int]
$Id
[string]
$Name
[string]
$IdNumber
[string]
$Description
[int]
$Parent
[bool]
$Visible
}