GetContainerItems
GetContainerItems(string)
컨테이너 문서에서 항목을 추출합니다.
public ExtractedItemInfo[] GetContainerItems(string filePath)
모수 | 유형 | 설명 |
---|---|---|
filePath | String | 문서 파일 경로입니다. |
반환 값
추출된 항목의 배열입니다.
또한보십시오
- class ExtractedItemInfo
- interface IContainerItemExtractor
- 네임스페이스 GroupDocs.Search.Common
- 집회 GroupDocs.Search
GetContainerItems(Stream)
컨테이너 문서에서 항목을 추출합니다.
public ExtractedItemInfo[] GetContainerItems(Stream stream)
모수 | 유형 | 설명 |
---|---|---|
stream | Stream | 문서 스트림. |
반환 값
추출된 항목의 배열입니다.
또한보십시오
- class ExtractedItemInfo
- interface IContainerItemExtractor
- 네임스페이스 GroupDocs.Search.Common
- 집회 GroupDocs.Search