We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2067aa7 commit 8c5a0c6Copy full SHA for 8c5a0c6
1 file changed
OnTopic/Metadata/AttributeDescriptor.cs
@@ -56,8 +56,8 @@ public abstract class AttributeDescriptor : Topic {
56
/// </remarks>
57
/// <param name="key">A string representing the key for the new topic instance.</param>
58
/// <param name="contentType">A string representing the key of the target content type.</param>
59
- /// <param name="id">The unique identifier assigned by the data store for an existing topic.</param>
60
/// <param name="parent">Optional topic to set as the new topic's parent.</param>
+ /// <param name="id">The unique identifier assigned by the data store for an existing topic.</param>
61
/// <exception cref="ArgumentException">
62
/// Thrown when the class representing the content type is found, but doesn't derive from <see cref="Topic"/>.
63
/// </exception>
0 commit comments