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 Code |
---|---|
public static class EmbeddedResourceUtility |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class EmbeddedResourceUtility |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
GetEmbeddedDocument |
Gets an xml document from an embedded resource.
|
|
GetEmbeddedSchema |
Gets an xml schema from an embedded resource.
|
|
GetEmbeddedStream |
Gets the embedded stream.
|
|
GetEmbeddedString |
Gets a string from an embedded resource.
|
|
SaveEmbeddedTextResource |
Saves an embedded text resource to specified target file path .
|
See Also
Smartsite.Tools Namespace