ArchiveViewInfoFolders Property |
The folders contained by the archive file.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic IList<string> Folders { get; }
Public ReadOnly Property Folders As IList(Of String)
Get
public:
property IList<String^>^ Folders {
IList<String^>^ get ();
}
member Folders : IList<string> with get
Property Value
Type:
IListString
See Also