Click or drag to resize

ShellBrowserBaseObjectName Property

Use ObjectName to specify the current object or to retrieve the file system name of the current object. A valid folder must be set, see FullPath and SpecialFolder

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public string ObjectName { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when there is no active ShellFolder.
ArgumentNullExceptionThrown if the set value is null.
FileNotFoundExceptionThrown if the object can't be found.
See Also