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)

Syntax

Visual Basic (Declaration)
ReadOnly Property ShortName As String
C#
string ShortName { get; }
C++
property string ShortName abstract  {
    String get();
}
J#
/** property */
public string get_ShortName();
JScript
public function get ShortName() : String

Remarks

See Also