[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ContentLocationUrltype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
FilePathSerializable
The path to the content. This should only be used for serialization. FilePathUri should be used programatically.
FilePathUri
URI for the file path for content. Use this instead of FilePath.
SignaturePathSerializable
The path to the content's signature. This should only be used for serialization. SignaturePathUri should be used programatically.
SignaturePathUri
URI for the signature path for content. Use this instead of SignaturePath.

See Also