Edit

Share via


FileContentMetadata Class

Definition

[System.Runtime.Serialization.DataContract]
public class FileContentMetadata : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type FileContentMetadata = class
    inherit VersionControlSecuredObject
Public Class FileContentMetadata
Inherits VersionControlSecuredObject
Inheritance
FileContentMetadata
Attributes

Constructors

FileContentMetadata()

Properties

ContentType
Encoding
EncodingWithBom

If applicable to the file encoding (typically for UTF-8), specifies if it has a byte order mark (BOM).

Extension
FileName
IsBinary
IsImage
VisualStudioWebLink

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to