Search Results for

    Show / Hide Table of Contents

    Class SocialInfo

    Inheritance
    System.Object
    SocialInfo
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class SocialInfo : Object

    Constructors

    SocialInfo()

    Declaration
    public SocialInfo()

    Properties

    AssociateId

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    Facebook

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

    LinkedIn

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

    Pinterest

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

    Twitter

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

    YouTube

    Declaration
    public string YouTube { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX