SiteProperties members
Contains a property bag of information about a site.
The SiteProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SiteProperties(ClientRuntimeContext, ObjectPath) | Reserved for internal use. | |
SiteProperties(ClientRuntimeContext, String) | Creates an instance of the SiteProperties object. |
Top
Properties
Name | Description | |
---|---|---|
AllowDownloadingNonWebViewableFiles | ||
AllowEditing | ||
AllowSelfServiceUpgrade | Gets or sets a value that indicates whether a site supports self-service upgrade. | |
AverageResourceUsage | Gets the average level of resource usage by user code on the site. | |
CommentsOnSitePagesDisabled | ||
CompatibilityLevel | Gets the compatibility level of the site. | |
ConditionalAccessPolicy | ||
Context | Returns the context that is associated with the client object. (Inherited from ClientObject.) | |
CurrentResourceUsage | Gets the current level of resource usage by user code on the site. | |
DenyAddAndCustomizePages | Gets or sets a value of the DenyAddAndCustomizePagesStatus enumeration for the site. | |
DisableAppViews | ||
DisableCompanyWideSharingLinks | ||
DisableFlows | ||
HasHolds | ||
HubSiteId | ||
IsHubSite | ||
LastContentModifiedDate | Gets the last time content was modified on the site. | |
Lcid | Gets or sets the locale ID of the new site. | |
LockIssue | Gets a description of the lock issue. | |
LockState | Gets or sets the lock state of the site. | |
NewUrl | ||
ObjectData | Gets the object data for the current client object. (Inherited from ClientObject.) | |
ObjectVersion | Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Owner | Gets or sets the login name of the site owner. | |
OwnerEmail | ||
OwnerName | ||
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
PWAEnabled | ||
RestrictedToRegion | ||
SandboxedCodeActivationCapability | ||
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (Inherited from ClientObject.) | |
SetOwnerWithoutUpdatingSecondaryAdmin | ||
SharingAllowedDomainList | ||
SharingBlockedDomainList | ||
SharingCapability | ||
SharingDomainRestrictionMode | ||
ShowPeoplePickerSuggestionsForGuestUsers | ||
SiteDefinedSharingCapability | ||
SocialBarOnSitePagesDisabled | ||
Status | Gets the status of the site. | |
StorageMaximumLevel | Gets or sets the storage quota of the site. | |
StorageQuotaType | ||
StorageUsage | Gets the current level of storage usage on the site. | |
StorageWarningLevel | Gets or sets the level of site storage usage that triggers a warning. | |
Tag | Gets or sets data that is associated with the client object. (Inherited from ClientObject.) | |
Template | Gets or sets the web template name of the site. | |
TimeZoneId | Gets the time zone ID of the site. | |
Title | Gets or sets the title of the site. | |
TypedObject | Gets the object with the correct type information returned from the server. (Inherited from ClientObject.) | |
Url | Gets the URL of the site. | |
UserCodeMaximumLevel | Gets or sets the maximum amount of machine resources that can be used by user code on the site. | |
UserCodeWarningLevel | Gets or sets the amount of machine resources used by user code that triggers a warning. | |
WebsCount | Gets the number of [SPWeb] objects in the site. |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.) | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
FromJson | Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Initializes one property of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (Inherited from ClientObject.) | |
Retrieve() | Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
Update | Updates the site collection properties with the new properties specified in the SiteProperties object. | |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (Inherited from ClientObject.) |
Top