UserCustomAction Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.UserCustomAction", ServerTypeId="{232f8709-5dfd-44cf-a35b-7d8538c9336e}")]
public class UserCustomAction : Microsoft.SharePoint.Client.ClientObject
type UserCustomAction = class
    inherit ClientObject
Public Class UserCustomAction
Inherits ClientObject
Inheritance
UserCustomAction
Attributes

Constructors

UserCustomAction(ClientRuntimeContext, ObjectPath)

Properties

ClientSideComponentId
ClientSideComponentProperties
CommandUIExtension
Context (Inherited from ClientObject)
Description
DescriptionResource
Group
Id
ImageUrl
Location
Name
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
RegistrationId
RegistrationType
Rights
Scope
ScriptBlock
ScriptSrc
Sequence
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
Title
TitleResource
TypedObject (Inherited from ClientObject)
Url
VersionOfUserCustomAction

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject()
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
Update()
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to