.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Create a special name from the specified name. Add the
 Copy imageCopy
__
string as both prefix and suffix. This indicates that a name identifies a special object class such as a predefined one.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static string CreateSpecialName(
	string name
)

Parameters

name
Type: System..::..String
object class name to make special

Return Value

Type: String
name constructed for use as a special name

See Also