Gets the complete folder path the asset is located at.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string FolderPath { get; set; }
Public Property FolderPath As String
Get
Set
public:
property String^ FolderPath {
String^ get ();
void set (String^ value);
}
member FolderPath : string with get, set
Property Value
Type:
String
See Also