Skip to content

Commit d9d4cd9

Browse files
authored
Merge pull request #73 from vishriv/vishriv/copyTermChangesnote
Update term copy label behavior changes in documentation
2 parents a0ac10b + 3ba029d commit d9d4cd9

File tree

1 file changed

+2
-1
lines changed
  • sharepoint-server/xml/Microsoft.SharePoint.Taxonomy

1 file changed

+2
-1
lines changed

sharepoint-server/xml/Microsoft.SharePoint.Taxonomy/Term.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ namespace Microsoft.SDK.SharePoint.Samples
332332
<remarks>
333333
<para>The copied <b>Term</b> will have the same properties as the current <b>Term</b>, except for the <see cref="P:Microsoft.SharePoint.Taxonomy.Term.Name" /> property. If the term is copied with its child terms, the newly created child terms will have the same properties as the child terms of the current term including the Name property.The copied child terms will perserve the same hierarchy.</para>
334334
<para>The current user must have <b>TaxonomyRights.EditTerm</b> permission in order to use this method. Call the <see cref="M:Microsoft.SharePoint.Taxonomy.TermStore.CommitAll" /> method to save this change to the database.</para>
335+
<para>Starting in July 2020, the name of the copied term will be the name of the original term appended with "- Copy", instead of prepending the original filename with "Copy of". This allows the original and the copies to be listed together when sorted alphabetically. Multiple copies of the same term will be suffixed with a serial number starting from 1, instead of 2.</para>
335336
<para />
336337
</remarks>
337338
<exception cref="T:System.UnauthorizedAccessException">The current user has insufficient permissions to perform this operation.</exception>
@@ -1749,4 +1750,4 @@ namespace Microsoft.SDK.SharePoint.Samples
17491750
</Docs>
17501751
</Member>
17511752
</Members>
1752-
</Type>
1753+
</Type>

0 commit comments

Comments
 (0)