Forgot to update XML comments

Signed-off-by: Sebastiaan Janssen <sebastiaan@umbraco.com>
This commit is contained in:
Stefan Kip
2013-06-23 20:24:22 +02:00
committed by Sebastiaan Janssen
parent 49a699c858
commit b01b4f7aa7
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,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>