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


Glossary Item Box

The following tables list the members exposed by SPFormLibraryLocation.

Public Constructors

  Name Description
Public Constructor SPFormLibraryLocation Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property BrowserEnable (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property ContentTypeID  
Public Property ContentTypeName  
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 FormLibraryTitle The title of the form library.  
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 Path The full path of the xsn file. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property SiteUrl The URL of the site.  
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) GetPath  
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