SPScriptSafeDomainsCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.SPScriptSafeDomainsCollection", ServerTypeId="{c971bedb-702e-47ae-9a24-41137291a744}")]
public sealed class SPScriptSafeDomainsCollection : Microsoft.SharePoint.Client.ClientObjectCollection<Microsoft.SharePoint.Client.ScriptSafeDomain>
type SPScriptSafeDomainsCollection = class
    inherit ClientObjectCollection<ScriptSafeDomain>
Public NotInheritable Class SPScriptSafeDomainsCollection
Inherits ClientObjectCollection(Of ScriptSafeDomain)
Inheritance
Attributes

Constructors

SPScriptSafeDomainsCollection(ClientRuntimeContext, ObjectPath)

Properties

AreItemsAvailable (Inherited from ClientObjectCollection)
Context (Inherited from ClientObject)
Count (Inherited from ClientObjectCollection)
Data (Inherited from ClientObjectCollection)
ElementType (Inherited from ClientObjectCollection<T>)
Expression (Inherited from ClientObjectCollection<T>)
Item[Int32] (Inherited from ClientObjectCollection<T>)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
Provider (Inherited from ClientObjectCollection<T>)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

AddChild(ClientObject) (Inherited from ClientObjectCollection)
CheckUninitializedProperty(String) (Inherited from ClientObject)
Create(ScriptSafeDomainEntityData)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
GetByDomainName(String)
GetEnumerator() (Inherited from ClientObjectCollection<T>)
GetItemAtIndex(Int32) (Inherited from ClientObjectCollection)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientObjectCollection)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveChild(ClientObject) (Inherited from ClientObjectCollection)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
RetrieveItems() (Inherited from ClientObjectCollection<T>)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ClientObjectCollection)

Extension Methods

Include<TSource>(IQueryable<TSource>, Expression<Func<TSource,Object>>[])
IncludeWithDefaultProperties<TSource>(IQueryable<TSource>, Expression<Func<TSource,Object>>[])

Applies to