This documentation is archived and is not being maintained.

ContentType Enumeration

Possible values for the ContentType column of tbl_File

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

public enum class ContentType

Member nameDescription
DeltaThis version is stored as a delta. Applying this delta to the next version of the file will yield the desired version

FullThis file is stored in its entirety.

NoneUnused

Show: