Click or drag to resize

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
Syntax
C#
public 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: String
resource file text if resource exists, otherwise returns null
See Also