2.2.4.35 t:FolderIdType Complex Type
The FolderIdType complex type specifies a folder identifier. The DistinguishedFolderIdType complex type extends the BaseFolderIdType complex type ([MS-OXWSFOLD] section 2.2.4.4).
-
<xs:complexType name="FolderIdType"> <xs:complexContent> <xs:extension base="t:BaseFolderIdType" > <xs:attribute name="Id" type="xs:string" use="required" /> <xs:attribute name="ChangeKey" type="xs:string" use="optional" /> </xs:extension> </xs:complexContent> </xs:complexType>
Attributes
Name |
Type |
Description |
---|---|---|
Id |
xs:string ([XMLSCHEMA2]) |
Specifies a folder identifier. The maximum length for this attribute is 512 bytes after base64 decoding. |
ChangeKey |
xs:string |
Specifies a change key. The maximum length for this attribute is 512 bytes after base64 decoding. |