ManifestFile Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.InfoPath.FormTemplate.Manifest Namespace : ManifestFile Class


Glossary Item Box

The following tables list the members exposed by ManifestFile.

Public Constructors

  Name Description
Public Constructor ManifestFile Constructor  
Top

Public Properties

  Name Description
Public Property AutoTrustSetting  
Public Property CacheQueries  
Public Property DefaultView  
Public Property DisableSubmitMenuItem  
Public Property EditableNamespace  
Public Property FormatVersion  
Public Property InitialDocumentCaption  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property IsWebEnabled  
Public Property LocalFilePath  
Public Property OnAfterSubmit  
Public Property ProductVersion  
Public Property PublishUrl  
Public Property RelativeUrlBase  
Public Property SchemaFileNames Contains a list of the schema files that defines the main data source. The key is the namespace URI, and the value is the schema file name, if the schema does not have a target namespace the key is [null].  
Public Property ShowSubmitStatusDialog  
Public Property SolutionVersion  
Public Property SubmitCaption  
Public Property SubmitType  
Public Property TaskPaneCaption  
Public Property TaskPaneReference  
Public Property TrustLevel  
Public Property Urn  
Top

Public Methods

  Name Description
Public Method AddDocumentSchema  
Public Method AddOnLoadRuleSet  
Public Method AddSolutionPropertiesExtension  
Public Method AddSubmitRuleSet  
Public Method CleanDataConnections Cleans the data connections which are prevalent in some Xsn's  
Public Method ConfigureSubmit Overloaded.   
Public Method DeleteTaskPane  
Public Method Dispose Overloaded.  Disposes this object  
Public Method GetDataAdapters  
Public Method GetDataObjects  
Public Method GetDefaultView  
Public Method GetOnLoadRuleSet  
Public Method GetPackageFiles  
Public Method GetRuleSets  
Public Method GetSingleSubmitAdapter  
Public Method GetSubmitRuleSet  
Public Method GetToolbarCommands  
Public Method GetViews  
Public Method HasDependencies Overloaded.   
Public Method HasDocumentSchema  
Public Method IncrementVersion  
Public Method IsPublishedBrowserEnabled  
Public Method MakeSPListAdapterRwPathRelavive Update all SharePointListAdapterRW datasources to use server relative urls.  
Public Method RemoveAllBranches  
Public Method SetDefaultView  
Public Method SetTaskPane  
Public Method Update  
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Top

See Also