Skip to content

Commit c22c80f

Browse files
Add KANBAN to the ViewType2 enum. Closes #929
1 parent ea8a1e9 commit c22c80f

File tree

1 file changed

+6
-1
lines changed
  • src/sdk/PnP.Core/Model/SharePoint/Core/Public/Enums

1 file changed

+6
-1
lines changed

src/sdk/PnP.Core/Model/SharePoint/Core/Public/Enums/ViewType2.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ public enum ViewType2
1818
/// <summary>
1919
/// Tiles Mode
2020
/// </summary>
21-
TILES
21+
TILES,
22+
23+
/// <summary>
24+
/// Kanban Mode
25+
/// </summary>
26+
KANBAN
2227
}
2328
}

0 commit comments

Comments
 (0)