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


Glossary Item Box

The following tables list the members exposed by NetworkLocation.

Public Constructors

  Name Description
Public Constructor NetworkLocation Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property AlternateAccessPath  
Public Property BrowserEnable (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
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. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property DownloadedPath (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property FileName The name of the xsn file. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property IsWebLocation  
Public Property Path The full path of the xsn file. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Method static (Shared in Visual Basic) Validate  
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. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Protected Method SetDownloadedPath Sets the DownloadedPath property of the base class. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Protected Method SetPath Sets the Path property of the base class. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Top

See Also