C# 클래스 InfoPathScraper.Model.InfoPathManifest

More complex derivation of InfoPathFile. In addit
상속: InfoPathFile
파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Microsoft.Deployment.Compression.Cab.CabFileInfo cabFileInfo ) : InfoPathManifest

비공개 메소드들

메소드 설명
InfoPathManifest ( ) : System
InitializeViewNames ( ) : void

An xsn can have many resource files in it. The only reliable way to know which ones are views is to parse the manifest for those that are called out as such. We just need string names of them because the Microsoft.Deployment.Compression.Cab code will happily find them by name.

InitializeXDocumentNode ( ) : void

This is the root node of the manifest.xsf file from which get a few interesting properties.

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Microsoft.Deployment.Compression.Cab.CabFileInfo cabFileInfo ) : InfoPathManifest
cabFileInfo Microsoft.Deployment.Compression.Cab.CabFileInfo
리턴 InfoPathManifest