CatalogItem.VirtualPath Property

Definition

Gets the virtual path of the item.

public:
 property System::String ^ VirtualPath { System::String ^ get(); void set(System::String ^ value); };
public string VirtualPath { get; set; }
member this.VirtualPath : string with get, set
Public Property VirtualPath As String

Property Value

A String that contains the virtual path of the item.

Remarks

The path presented to the user should be a concatenation of the VirtualPath and the item name.

Applies to