Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NStorageObject Class / ParentFolder Property


In This Topic
    ParentFolder Property (NStorageObject)
    In This Topic
    Gets the folder to which this object belongs, or null if this is a root folder.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentFolder As NStorageFolder
    'Usage
     
    
    Dim instance As NStorageObject
    Dim value As NStorageFolder
     
    value = instance.ParentFolder
    public NStorageFolder ParentFolder {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also