The short name of a given group or user.

An example of a user's short name is "test1", or a group's short name might be "Managers". The short name format does not require any other qualifying information, such as domain. See the DistinguishedName property on the IUser or IGroup interface to compare the short name format to the distinguished name (DN) format.

Namespace:  FileNet.Api.Security
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ShortName As String
C#
string ShortName { get; }
Visual C++
property String^ ShortName {
	String^ get ();
}
JavaScript
function get_shortName();

ToggleRemarks

ToggleSee Also