3.1.4.4.3.24 tns:DocumentSharingLocation Complex Type

The DocumentSharingLocation complex type specifies location and metadata information for a document sharing location.<44>

 <xs:complexType name="DocumentSharingLocation">
     <xs:sequence>
       <xs:element name="ServiceUrl" type="xs:string" />
       <xs:element name="LocationUrl" type="xs:string" />
       <xs:element name="DisplayName" type="xs:string" />
       <xs:element name="SupportedFileExtensions" type="tns:ArrayOfFileExtension" />
       <xs:element name="ExternalAccessAllowed" type="xs:boolean" />
       <xs:element name="AnonymousAccessAllowed" type="xs:boolean" />
       <xs:element name="CanModifyPermissions" type="xs:boolean" />
       <xs:element name="IsDefault" type="xs:boolean" />
     </xs:sequence>
 </xs:complexType>

The following table lists the child elements of the DocumentSharingLocation complex type.

Element name

Type

Description

ServiceUrl

xs:string [XMLSCHEMA2]

Specifies the URL of the document sharing web service.

LocationUrl

xs:string

Specifies the URL of the document sharing location.

DisplayName

xs:string

Specifies the name of the document sharing location to use in the user interface.

SupportedFileExtensions

tns:ArrayOfFileExtension (section 3.1.4.4.3.23)

Specifies the file extensions that can be stored in the document sharing location.

ExternalAccessAllowed

xs:boolean [XMLSCHEMA2]

Specifies whether the document sharing location is available to outside connections.

AnonymousAccessAllowed

xs:boolean

Specifies whether access to the sharing location requires an authenticated user.

CanModifyPermissions

xs:boolean

Specifies whether the user can modify access permissions to the document sharing location.

IsDefault

xs:boolean

Specifies whether the document sharing location is the user's default sharing location.