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)
Syntax
'Declaration
Public Enumeration ContentType
public enum ContentType
public enum class ContentType
type ContentType
public enum ContentType
Members
Member name | Description | |
---|---|---|
Delta | This version is stored as a delta. Applying this delta to the next version of the file will yield the desired version | |
Full | This file is stored in its entirety. | |
None | Unused |