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