File tree Expand file tree Collapse file tree 1 file changed +78
-0
lines changed Expand file tree Collapse file tree 1 file changed +78
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
2+ <Types >
3+ <Type >
4+ <Name >neocities.file</Name >
5+ <Members >
6+ <ScriptProperty >
7+ <Name >CreatedAt</Name >
8+ <GetScriptBlock >
9+ < #
10+ .SYNOPSIS
11+ Gets the creation time
12+ .DESCRIPTION
13+ Gets the creation time, as a `[DateTime]` object.
14+ #>
15+ $this.created_at -as [DateTime]
16+
17+ </GetScriptBlock >
18+ </ScriptProperty >
19+ <ScriptProperty >
20+ <Name >UpdatedAt</Name >
21+ <GetScriptBlock >
22+ < #
23+ .SYNOPSIS
24+ Gets the last update time
25+ .DESCRIPTION
26+ Gets the last update time, as a `[DateTime]` object.
27+ #>
28+ $this.updated_at -as [DateTime]
29+
30+ </GetScriptBlock >
31+ </ScriptProperty >
32+ </Members >
33+ </Type >
34+ <Type >
35+ <Name >neocities.info</Name >
36+ <Members >
37+ <ScriptProperty >
38+ <Name >CreatedAt</Name >
39+ <GetScriptBlock >
40+ < #
41+ .SYNOPSIS
42+ Gets the creation time
43+ .DESCRIPTION
44+ Gets the creation time, as a `[DateTime]` object.
45+ #>
46+ $this.created_at -as [DateTime]
47+
48+ </GetScriptBlock >
49+ </ScriptProperty >
50+ <ScriptProperty >
51+ <Name >UpdatedAt</Name >
52+ <GetScriptBlock >
53+ < #
54+ .SYNOPSIS
55+ Gets the last update time
56+ .DESCRIPTION
57+ Gets the last update time, as a `[DateTime]` object.
58+ #>
59+ $this.last_updated -as [DateTime]
60+
61+ </GetScriptBlock >
62+ </ScriptProperty >
63+ <ScriptProperty >
64+ <Name >Url</Name >
65+ <GetScriptBlock >
66+ param()
67+ if ($this.Domain) {
68+ "https://$($this.Domain)/"
69+ }
70+ elseif ($this.sitename) {
71+ "https://$($this.sitename).neocities.org/"
72+ }
73+
74+ </GetScriptBlock >
75+ </ScriptProperty >
76+ </Members >
77+ </Type >
78+ </Types >
You can’t perform that action at this time.
0 commit comments