Click or drag to resize

ExtensionGetFullName Method

Returns the full name of the specified user.

Namespace:  CADSharpTools.PDM
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static string GetFullName(
	this IEdmUser5 user
)

Parameters

user
Type: IEdmUser5
IEdmUser5 object.

Return Value

Type: String
Full name of the user.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmUser5. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also