Search Results for

    Show / Hide Table of Contents

    Class DocumentInfo

    Inheritance
    System.Object
    DocumentInfo
    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: Quark.CMSAdapters.Core.Office.Data
    Assembly: Quark.CMSAdapters.Core.Office.dll
    Syntax
    public class DocumentInfo

    Constructors

    DocumentInfo()

    Initializes a new instance of the DocumentInfo class.

    Declaration
    public DocumentInfo()

    DocumentInfo(String, String, String)

    Initializes a new instance of the DocumentInfo class.

    Declaration
    public DocumentInfo(string urn, string filePath, string serverName)
    Parameters
    Type Name Description
    System.String urn

    The urn.

    System.String filePath

    The file path.

    System.String serverName

    The server name

    Fields

    Namespace

    The namespace of custom xml part

    Declaration
    public const string Namespace = "http://quark.com"
    Field Value
    Type Description
    System.String

    Properties

    DraftLastModified

    Gets or sets the last modified information of draft.

    Declaration
    public string DraftLastModified { get; set; }
    Property Value
    Type Description
    System.String

    The last modified information of draft.

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    The path.

    ServerName

    Gets or sets the server name.

    Declaration
    public string ServerName { get; set; }
    Property Value
    Type Description
    System.String

    The urn.

    TemplateUrn

    Gets or sets the template urn.

    Declaration
    public string TemplateUrn { get; set; }
    Property Value
    Type Description
    System.String

    The template urn.

    Urn

    Gets or sets the urn.

    Declaration
    public string Urn { get; set; }
    Property Value
    Type Description
    System.String

    The urn.

    Extension Methods

    UtilityExtensions.ToXml(DocumentInfo)
    UtilityExtensions.ToXml(Object, String)
    In This Article
    Back to top © 2025 Quark Software Inc. All rights reserved.