Namespace: ITHit.WebDAV.Server.DeltaV
| Exception | Condition |
|---|---|
| NeedPrivilegesException | The user doesn't have enough privileges. |
| DavException | In other cases. |
The code below is part of 'WebDAVServer.DeltaV' sample provided with the SDK.
public string GetComment() { return context.ExecuteScalar<string>( "SELECT Comment FROM Version WHERE VersionId = @VersionId", "@VersionId", VersionId); }