Table of Contents

Interface IProfile

Namespace
Dynamicweb.Frontend.Contracts
Assembly
Dynamicweb.dll
[Obsolete("Do not use")]
public interface IProfile

Properties

ID

string ID { get; }

Property Value

string

Label

string Label { get; set; }

Property Value

string

Reference

string Reference { get; set; }

Property Value

string

UniqueID

string UniqueID { get; }

Property Value

string
To top