CatalogItem.VirtualPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the virtual SharePoint 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 SharePoint path of the item.
Remarks
The path presented to the user should be a concatenation of the VirtualPath and the item name.