This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo4 Interface > IDatabaseConnectionInfo4.GenerateDefaultRealm Method (ArcObjects .NET 10.4 SDK) |
The default qualifier used to create fully qualified names for Editor Tracking.
[Visual Basic .NET] Public Function GenerateDefaultRealm ( _ ) As String
[C#] public string GenerateDefaultRealm ( );
[C++]
HRESULT GenerateDefaultRealm(
BSTR* defaultRealm
);
[C++]
Parameters defaultRealm [out, retval] defaultRealm is a parameter of type BSTR
GenerateDefaultRealm returns a default realm for a workspace for use in editor tracking.
When setting a realm, you can set either a custom realm which can be any string, or a default realm you can retrieve with GenerateDefaultRealm. To set a default realm, set IDatabaseConnectionInfo4.Realm to the string returned by GenerateDefaultRealm.