SiteCloneabilityInner Class

Definition

Represents whether or not an app is cloneable.

public class SiteCloneabilityInner
type SiteCloneabilityInner = class
Public Class SiteCloneabilityInner
Inheritance
SiteCloneabilityInner

Constructors

SiteCloneabilityInner()

Initializes a new instance of the SiteCloneabilityInner class.

SiteCloneabilityInner(Nullable<CloneAbilityResult>, IList<SiteCloneabilityCriterion>, IList<SiteCloneabilityCriterion>, IList<SiteCloneabilityCriterion>)

Initializes a new instance of the SiteCloneabilityInner class.

Properties

BlockingCharacteristics

Gets or sets list of blocking application characteristics.

BlockingFeatures

Gets or sets list of features enabled on app that prevent cloning.

Result

Gets or sets name of app. Possible values include: 'Cloneable', 'PartiallyCloneable', 'NotCloneable'

UnsupportedFeatures

Gets or sets list of features enabled on app that are non-blocking but cannot be cloned. The app can still be cloned but the features in this list will not be set up on cloned app.

Applies to