File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/Umbraco.Core/Services Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ public interface IUserService : IMembershipUserService
53
53
/// <param name="sectionAlias">Alias of the section to remove</param>
54
54
void DeleteSectionFromAllUsers ( string sectionAlias ) ;
55
55
56
+ /// <summary>
57
+ /// Add a specific section to all users
58
+ /// </summary>
59
+ /// <remarks>This is useful when a new section is created to allow all users accessing it</remarks>
60
+ /// <param name="sectionAlias">Alias of the section to add</param>
61
+ void AddSectionToAllUsers ( string sectionAlias ) ;
62
+
56
63
/// <summary>
57
64
/// Get permissions set for a user and optional node ids
58
65
/// </summary>
@@ -117,4 +124,4 @@ public interface IUserService : IMembershipUserService
117
124
118
125
#endregion
119
126
}
120
- }
127
+ }
You can’t perform that action at this time.
0 commit comments