| SystemOnboardingConfigurationReadEmbeddedResource Method |
Method to read a text resource from assembly
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static string ReadEmbeddedResource(
string resourceId,
string defaultNamespace,
string extendedNamespace
)
Parameters
- resourceId
- Type: SystemString
keyword used in filename - defaultNamespace
- Type: SystemString
default namespace of the project - extendedNamespace
- Type: SystemString
directory structure for the file
Return Value
Type:
Stringresource file text if resource exists, otherwise returns null
See Also