This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class EmbeddedResourceUtility
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class EmbeddedResourceUtility

The type exposes the following members.

Public Methods

  Name Description
Public method Static member GetEmbeddedDocument
Gets an xml document from an embedded resource.
Public method Static member GetEmbeddedSchema
Gets an xml schema from an embedded resource.
Public method Static member GetEmbeddedStream
Gets the embedded stream.
Public method Static member GetEmbeddedString
Gets a string from an embedded resource.
Public method Static member SaveEmbeddedTextResource
Saves an embedded text resource to specified target file path .

See Also

Advanced