Search Results for

    Show / Hide Table of Contents

    Class Constants

    Constants for integration Api

    Inheritance
    System.Object
    Constants
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities.dll
    Syntax
    public static class Constants

    Fields

    SDL_SUBCONTENT_BOUNDARY

    Used to indicate that we are at a boundary for sub-content in the native Api

    Declaration
    public const string SDL_SUBCONTENT_BOUNDARY = "#SDL_SUBCONTENT_BOUNDARY#"
    Field Value
    Type Description
    System.String

    SDL_SUBCONTENT_FILE_END

    Used to indicate that we are at the end of a file section containing one or more sub-content streams

    Declaration
    public const string SDL_SUBCONTENT_FILE_END = "SDL_SUBCONTENT_FILE_END"
    Field Value
    Type Description
    System.String

    SDL_SUBCONTENT_FILE_START

    Used to indicate that we are at the start of a file section containing one or more sub-content streams

    Declaration
    public const string SDL_SUBCONTENT_FILE_START = "SDL_SUBCONTENT_FILE_START"
    Field Value
    Type Description
    System.String

    SDL_SUBCONTENT_MARKER

    Used to mark the sub-content in order to specify when the buffer needs flushing

    Declaration
    public const string SDL_SUBCONTENT_MARKER = "#SDL-SUBCONTENT-MARKER#"
    Field Value
    Type Description
    System.String

    SDL_SUBCONTENT_STREAM

    Used to indicate that we are in a sub-content stream

    Declaration
    public const string SDL_SUBCONTENT_STREAM = "SDL_SUBCONTENT_STREAM"
    Field Value
    Type Description
    System.String

    SDL_SUBCONTENT_STREAM_FLAG

    Used to indicate what we are doing inside sub-content

    Declaration
    public const string SDL_SUBCONTENT_STREAM_FLAG = "SDL_SUBCONTENT_STREAM_FLAG"
    Field Value
    Type Description
    System.String

    SDL_SUBCONTENT_STREAM_LEVEL

    Used to indicate the level of sub-content we are in

    Declaration
    public const string SDL_SUBCONTENT_STREAM_LEVEL = "SDL_SUBCONTENT_STREAM_LEVEL"
    Field Value
    Type Description
    System.String

    On this page

    • Fields
      • SDL_SUBCONTENT_BOUNDARY
      • SDL_SUBCONTENT_FILE_END
      • SDL_SUBCONTENT_FILE_START
      • SDL_SUBCONTENT_MARKER
      • SDL_SUBCONTENT_STREAM
      • SDL_SUBCONTENT_STREAM_FLAG
      • SDL_SUBCONTENT_STREAM_LEVEL
    Back to top Generated by DocFX