ArchiveInfoFilenames Property
Gets the filenames contained inside the compressed archive.
Namespace: DevCase.ThirdParty.SevenZipSharpAssembly: DevCase.net48.ThirdParty.SevenZipsharp (in DevCase.net48.ThirdParty.SevenZipsharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ReadOnlyCollection<string> Filenames { get; }
Public ReadOnly Property Filenames As ReadOnlyCollection(Of String)
Get
Dim instance As ArchiveInfo
Dim value As ReadOnlyCollection(Of String)
value = instance.Filenames
public:
property ReadOnlyCollection<String^>^ Filenames {
ReadOnlyCollection<String^>^ get ();
}
member Filenames : ReadOnlyCollection<string> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionString
The filenames contained inside the compressed archive.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Squid-Box.SevenZipSharp