Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NNodesZipCompressor Class / GetItemsToCompress Method


In This Topic
    GetItemsToCompress Method (NNodesZipCompressor)
    In This Topic
    Gets the items to compress.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetItemsToCompress() As INIterable(Of NZipItem)
    'Usage
     
    
    Dim instance As NNodesZipCompressor
    Dim value As INIterable(Of NZipItem)
     
    value = instance.GetItemsToCompress()
    public virtual INIterable<NZipItem> GetItemsToCompress()
    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