Forgot to update XML comments

This commit is contained in:
Stefan Kip
2013-06-23 20:24:22 +02:00
parent f3e737720b
commit d553dfd4b0
2 changed files with 2 additions and 2 deletions

View File

@@ -480,7 +480,7 @@ namespace Umbraco.Core.Models
/// <summary>
/// Removes a PropertyGroup from the current ContentType
/// </summary>
/// <param name="propertyTypeAlias">Name of the <see cref="PropertyGroup"/> to remove</param>
/// <param name="propertyGroupName">Name of the <see cref="PropertyGroup"/> to remove</param>
public void RemovePropertyGroup(string propertyGroupName)
{
PropertyGroups.RemoveItem(propertyGroupName);

View File

@@ -67,7 +67,7 @@ namespace Umbraco.Core.Models
/// <summary>
/// Removes a PropertyGroup from the current ContentType
/// </summary>
/// <param name="propertyTypeAlias">Name of the <see cref="PropertyGroup"/> to remove</param>
/// <param name="propertyGroupName">Name of the <see cref="PropertyGroup"/> to remove</param>
void RemovePropertyGroup(string propertyGroupName);
/// <summary>