SiteCloneability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents whether or not an app is cloneable.
public class SiteCloneability
type SiteCloneability = class
Public Class SiteCloneability
- Inheritance
-
SiteCloneability
Constructors
SiteCloneability() |
Initializes a new instance of the SiteCloneability class. |
SiteCloneability(Nullable<CloneAbilityResult>, IList<SiteCloneabilityCriterion>, IList<SiteCloneabilityCriterion>, IList<SiteCloneabilityCriterion>) |
Initializes a new instance of the SiteCloneability 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. |