IVersionableItemGetAutoVersion Method
IT Hit WebDAV Classes Reference
Retrieves property which determines how checked-in item responds to WebDAV
client attempts to modify its content or properties.
Namespace: ITHit.WebDAV.Server.DeltaVAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax AutoVersion GetAutoVersion()
Function GetAutoVersion As AutoVersion
AutoVersion GetAutoVersion()
abstract GetAutoVersion : unit -> AutoVersion
Field Value
Type:
AutoVersionOne of
AutoVersion enum values.
Return Value
Type:
AutoVersion
.
Exceptions Examples The code below is part of 'WebDAVServer.DeltaV' sample provided with the SDK.
public AutoVersion GetAutoVersion()
{
return getDbField<AutoVersion>("AutoVersion", AutoVersion.NoAutoVersioning);
}
See Also