Search Results for

    Show / Hide Table of Contents

    Class BusinessProcessDetailsDataContentImport

    Inheritance
    System.Object
    BusinessProcessDetailsDataBase
    BusinessProcessDetailsDataContentImport
    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: System.Dynamic.ExpandoObject
    Syntax
    public class BusinessProcessDetailsDataContentImport : BusinessProcessDetailsDataBase

    Properties

    Items

    Items that were imported.

    Declaration
    public ICollection<ContentImportResult> Items { get; set; }
    Property Value
    System.Collections.Generic.ICollection<ContentImportResult>

    Methods

    FromJson(String)

    Declaration
    public static BusinessProcessDetailsDataContentImport FromJson(string data)
    Parameters
    System.String data

    Returns
    BusinessProcessDetailsDataContentImport

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX