Skip to content

Commit a822f7d

Browse files
killerewok2000VesaJuvonen
authored andcommitted
Updated for label migration (SharePoint#2135)
added capability in prime from the ip team.
1 parent 41bf49e commit a822f7d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/apis/migration-api-overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,13 @@ processContents="skip" />
10091009
<xs:attribute name="LinkToItemAllowed" type="xs:string" use="optional" />
10101010
<xs:attribute name="CalloutMenu" type="xs:string" use="optional" />
10111011
<xs:attribute name="CalloutMenuAllowed" type="xs:string" use="optional" />
1012-
1012+
<!-- Label definition -->
1013+
<xs:attribute name="ListDefaultCompliancetagWrittenTime" type="xs:dateTime" use="optional" />
1014+
<xs:attribute name="ListDefaultComplianceTagUserId" type="xs:int" use="optional" />
1015+
<!-- ListDefaultComplianceFlags is a Flags dependes on the Label, if the Label has Keep or KeepAndDelete ( that will have the 0x01 bit set). If the Label is a record label, that will have 0x01 and 0x04 set -->
1016+
<xs:attribute name="ListDefaultComplianceFlags" type="xs:int" use="optional" />
1017+
<xs:attribute name="ListDefaultComplianceTag" type="xs:string" use="optional" />
1018+
<!-- end of Label definition -->
10131019
<xs:anyAttribute namespace="##any" processContents="skip" />
10141020
</xs:complexType>
10151021

0 commit comments

Comments
 (0)