Search Results for

    Show / Hide Table of Contents

    Class SystemFieldsKeys

    Used for systemFields metadata keys

    Inheritance
    object
    SystemFieldsKeys
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public static class SystemFieldsKeys

    Fields

    ChangeDateKey

    Declaration
    public const string ChangeDateKey = "changedate"
    Field Value
    Type Description
    string

    ChangeUserKey

    Declaration
    public const string ChangeUserKey = "changeid"
    Field Value
    Type Description
    string

    CreationDateKey

    Declaration
    public const string CreationDateKey = "creationdate"
    Field Value
    Type Description
    string

    CreationUserKey

    Declaration
    public const string CreationUserKey = "creationid"
    Field Value
    Type Description
    string

    UseCountKey

    Declaration
    public const string UseCountKey = "usagecount"
    Field Value
    Type Description
    string

    UseDateKey

    Declaration
    public const string UseDateKey = "lastusagedate"
    Field Value
    Type Description
    string

    UseUserKey

    Declaration
    public const string UseUserKey = "useId"
    Field Value
    Type Description
    string
    In this article
    • Fields
      • ChangeDateKey
      • ChangeUserKey
      • CreationDateKey
      • CreationUserKey
      • UseCountKey
      • UseDateKey
      • UseUserKey
    Back to top Generated by DocFX