ArcObjects Library Reference (GeoDatabase)  

IVersionedView.CreateVersionedView Method

Create a versioned view.

[Visual Basic .NET]
Public Sub CreateVersionedView ( _
    ByVal Name As String _
)
[C#]
public void CreateVersionedView (
    string Name
);
[C++]
HRESULT CreateVersionedView(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Creates a versioned view with the given name of the versioned object. The versioned view can be used to access versioned objects from SQL.

The same set of invalid charters apply to view names as to table names. e.g., ISqlSyntax.GetInvalidStartingCharacters, ISqlSyntax.GetInvalidCharacters

See Also

IVersionedView Interface