Search Results for

    Show / Hide Table of Contents

    Interface IRevisionProperties

    Information on a particular revision

    Inherited Members
    IMetaDataContainer.MetaDataContainsKey(String)
    IMetaDataContainer.GetMetaData(String)
    IMetaDataContainer.SetMetaData(String, String)
    IMetaDataContainer.RemoveMetaData(String)
    IMetaDataContainer.ClearMetaData()
    IMetaDataContainer.MetaData
    IMetaDataContainer.HasMetaData
    IMetaDataContainer.MetaDataCount
    System.ICloneable.Clone()
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IRevisionProperties : IMetaDataContainer, ICloneable
    Remarks

    Revision properties are used in Properties, in StartTagRevisionProperties, and in EndTagRevisionProperties.

    A single revision that spans multiple parts of a document can be achieved by having multiple IRevisionMarker instances reference the same revision properties.

    Properties

    Author

    (optional) Name of the person that made the change

    Declaration
    string Author { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    This property may be null.

    Date

    (optional) The date and time when the revision was made

    Declaration
    DateTime? Date { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    Remarks

    This property may be null.

    RevisionType

    The type of change the revision represents

    Declaration
    RevisionType RevisionType { get; set; }
    Property Value
    Type Description
    RevisionType

    On this page

    • Properties
      • Author
      • Date
      • RevisionType
    Back to top Generated by DocFX