Item.GetCachedSize Method

Average size in bytes of the item.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Function GetCachedSize As Integer
public int GetCachedSize()
public:
virtual int GetCachedSize() sealed
abstract GetCachedSize : unit -> int  
override GetCachedSize : unit -> int
public final function GetCachedSize() : int

Return Value

Type: System.Int32

Implements

ICacheable.GetCachedSize()

.NET Framework Security

See Also

Reference

Item Class

Microsoft.TeamFoundation.VersionControl.Server Namespace