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


Glossary Item Box

The following tables list the members exposed by XsnLocation.

Public Properties

  Name Description
Public Property BrowserEnable  
Public Property Credentials The credentials in this credential cache is used to connect to the web server. Prior to invoking the Validate method the credential cache must be instantiated. If the credential cache is null, an exception is raised.  
Public Property DownloadedPath  
Public Property FileName The name of the xsn file.  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Path The full path of the xsn file.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  Disposes this object  
Public Method static (Shared in Visual Basic) ValidatePathFormat Validates the format of the path. The following is validated: 1) Path is not empty; 2) Path is a well-formed URL if isWebPath is true; 3) Path contains a file name; 4) The file name has a .xsn extension.  
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.  
Protected Method SetDownloadedPath Sets the DownloadedPath property of the base class.  
Protected Method SetPath Sets the Path property of the base class.  
Top

See Also