Utilities Class Members
See Also  Fields Methods 
SourceCode.Workflow.Design.InfoPath.FormTemplate Namespace : Utilities Class


Glossary Item Box

The following tables list the members exposed by Utilities.

Public Constructors

  Name Description
Public Constructor Utilities Constructor  
Top

Public Fields

Public Methods

  Name Description
Public Method static (Shared in Visual Basic) AddNamespaceToElement  
Public Method static (Shared in Visual Basic) BuildXPath Overloaded.   
Public Method static (Shared in Visual Basic) CombineWebPaths Overloaded.  Combine web paths. Paths are concatenated with a '/'.  
Public Method static (Shared in Visual Basic) DeleteDirectory Overloaded.  Deletes the directory with all its contents. If any errors occur whilst the directory is deleted, by default the errors are not raised. If you want the errors to be raised use the overload where you can specify to raise errors.  
Public Method static (Shared in Visual Basic) ExtractFiles Extracts the files from the specified cabinet file to the specified directory. This function can also be used to extract the solution files of an xsn file.  
Public Method static (Shared in Visual Basic) GetBytes  
Public Method static (Shared in Visual Basic) GetElementNamespaces  
Public Method static (Shared in Visual Basic) LoadXmlFile Overloaded.   
Public Method static (Shared in Visual Basic) LoadXsdFile  
Public Method static (Shared in Visual Basic) MakeCabFile Makes a cabinet or xsn file from a list of files in a directory.  
Top

See Also