Share via


UriDisplayInfo Class

Definition

A class containing the display properties for a Uri.

public ref class UriDisplayInfo
[System.Runtime.Serialization.DataContract]
public class UriDisplayInfo
[<System.Runtime.Serialization.DataContract>]
type UriDisplayInfo = class
Public Class UriDisplayInfo
Inheritance
UriDisplayInfo
Attributes

Constructors

UriDisplayInfo(String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

UriDisplayInfo(String, String, String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

UriDisplayInfo(String, String, String, String, String, String, String, String)

Initializes a new instance of the UriDisplayInfo class.

Properties

FullGroupName

Gets the full group name of the Uri. For a "file:/" Uri this would be the fully-qualified parent directory.

FullName

Gets the full display name of the Uri. For a "file:/" Uri this would be the fully-qualified filename.

GroupName

Gets the group name of the Uri. For a "file:/" Uri this would be the name of the parent directory.

Name

Gets the display name of the Uri. For a "file:/" Uri this would be the filename with extension.

RelativeGroupName

Gets the group name of the Uri relative to the workspace. If the Uri specifies a file that is not under the workspace, this value is the same as FullGroupName.

RelativeName

Gets the name of the Uri relative to the workspace. If the Uri specifies a file that is not under the workspace, this value is the same as FullName.

ServerFullGroupName

Gets the full group name of the Uri as it exists on the server. If the Uri doesn't exist on the server, this value is null.

ServerFullName

Gets the full display name of the Uri as it exists on the server. If the Uri doesn't exist on the server, this value is null.

Applies to