Skip to content

Commit

Permalink
Merge pull request #3 from a1dancole/main
Browse files Browse the repository at this point in the history
Add new helper for FlowActionSortOrder
  • Loading branch information
modery authored Jan 30, 2024
2 parents e89cbb4 + 21f97b1 commit 0fd5d11
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PowerDocu.Common/FlowActionSortOrderHelper.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace PowerDocu.Common
{
public static class FlowActionSortOrderHelper
{
public static string ByName => "By name";
public static string ByOrderOfAppearance => "By order of appearance";
}
}

0 comments on commit 0fd5d11

Please sign in to comment.