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