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


Glossary Item Box

The following tables list the members exposed by SPContentTypeLocation.

Public Constructors

  Name Description
Public Constructor SPContentTypeLocation Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property BrowserEnable (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.XsnLocation)
Public Property ContentTypeName The name of the content type.  
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 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)
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