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


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