Expand Minimize

SPUserCustomAction Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPUserCustomAction

Type Mapping

Constructors

Properties

SSOM System.String get_CommandUIExtension()
CSOM String UserCustomAction.get_CommandUIExtension()
JSOM string SP.UserCustomAction.get_commandUIExtension()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/commandUIExtension
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/commandUIExtension
SSOM System.String get_Description()
CSOM String UserCustomAction.get_Description()
JSOM string SP.UserCustomAction.get_description()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/description
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/description
SSOM System.String get_Group()
CSOM String UserCustomAction.get_Group()
JSOM string SP.UserCustomAction.get_group()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/group
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/group
SSOM System.Guid get_Id()
CSOM Guid UserCustomAction.get_Id()
JSOM Guid SP.UserCustomAction.get_id()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/id
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/id
SSOM System.String get_ImageUrl()
CSOM String UserCustomAction.get_ImageUrl()
JSOM string SP.UserCustomAction.get_imageUrl()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/imageUrl
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/imageUrl
SSOM System.String get_Location()
CSOM String UserCustomAction.get_Location()
JSOM string SP.UserCustomAction.get_location()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/location
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/location
SSOM System.String get_Name()
CSOM String UserCustomAction.get_Name()
JSOM string SP.UserCustomAction.get_name()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/name
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/name
SSOM System.String get_RegistrationId()
CSOM String UserCustomAction.get_RegistrationId()
JSOM string SP.UserCustomAction.get_registrationId()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationId
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationId
SSOM Microsoft.SharePoint.SPUserCustomActionRegistrationType get_RegistrationType()
CSOM UserCustomActionRegistrationType UserCustomAction.get_RegistrationType()
JSOM UserCustomActionRegistrationType SP.UserCustomAction.get_registrationType()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationType
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationType
SSOM Microsoft.SharePoint.SPBasePermissions get_Rights()
CSOM BasePermissions UserCustomAction.get_Rights()
JSOM BasePermissions SP.UserCustomAction.get_rights()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/rights
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/rights
SSOM Microsoft.SharePoint.SPUserCustomActionScope get_Scope()
CSOM UserCustomActionScope UserCustomAction.get_Scope()
JSOM UserCustomActionScope SP.UserCustomAction.get_scope()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scope
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scope
SSOM System.String get_ScriptBlock()
CSOM String UserCustomAction.get_ScriptBlock()
JSOM string SP.UserCustomAction.get_scriptBlock()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptBlock
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptBlock
SSOM System.String get_ScriptSrc()
CSOM String UserCustomAction.get_ScriptSrc()
JSOM string SP.UserCustomAction.get_scriptSrc()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptSrc
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptSrc
SSOM System.Int32 get_Sequence()
CSOM Int32 UserCustomAction.get_Sequence()
JSOM number SP.UserCustomAction.get_sequence()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/sequence
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/sequence
SSOM System.String get_Title()
CSOM String UserCustomAction.get_Title()
JSOM string SP.UserCustomAction.get_title()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/title
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/title
SSOM System.String get_Url()
CSOM String UserCustomAction.get_Url()
JSOM string SP.UserCustomAction.get_url()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/url
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/url
SSOM System.Version get_VersionOfUserCustomAction()
CSOM String UserCustomAction.get_VersionOfUserCustomAction()
JSOM string SP.UserCustomAction.get_versionOfUserCustomAction()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/versionOfUserCustomAction
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/versionOfUserCustomAction
SSOM System.Void set_CommandUIExtension(System.String)
CSOM UserCustomAction.set_CommandUIExtension(String)
JSOM SP.UserCustomAction.set_commandUIExtension()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/commandUIExtension
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/commandUIExtension
SSOM System.Void set_Description(System.String)
CSOM UserCustomAction.set_Description(String)
JSOM SP.UserCustomAction.set_description()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/description
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/description
SSOM System.Void set_Group(System.String)
CSOM UserCustomAction.set_Group(String)
JSOM SP.UserCustomAction.set_group()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/group
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/group
SSOM System.Void set_ImageUrl(System.String)
CSOM UserCustomAction.set_ImageUrl(String)
JSOM SP.UserCustomAction.set_imageUrl()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/imageUrl
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/imageUrl
SSOM System.Void set_Location(System.String)
CSOM UserCustomAction.set_Location(String)
JSOM SP.UserCustomAction.set_location()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/location
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/location
SSOM System.Void set_Name(System.String)
CSOM UserCustomAction.set_Name(String)
JSOM SP.UserCustomAction.set_name()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/name
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/name
SSOM System.Void set_RegistrationId(System.String)
CSOM UserCustomAction.set_RegistrationId(String)
JSOM SP.UserCustomAction.set_registrationId()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationId
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationId
SSOM System.Void set_RegistrationType(Microsoft.SharePoint.SPUserCustomActionRegistrationType)
CSOM UserCustomAction.set_RegistrationType(UserCustomActionRegistrationType)
JSOM SP.UserCustomAction.set_registrationType()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationType
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/registrationType
SSOM System.Void set_Rights(Microsoft.SharePoint.SPBasePermissions)
CSOM UserCustomAction.set_Rights(BasePermissions)
JSOM SP.UserCustomAction.set_rights()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/rights
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/rights
SSOM System.Void set_ScriptBlock(System.String)
CSOM UserCustomAction.set_ScriptBlock(String)
JSOM SP.UserCustomAction.set_scriptBlock()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptBlock
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptBlock
SSOM System.Void set_ScriptSrc(System.String)
CSOM UserCustomAction.set_ScriptSrc(String)
JSOM SP.UserCustomAction.set_scriptSrc()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptSrc
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/scriptSrc
SSOM System.Void set_Sequence(System.Int32)
CSOM UserCustomAction.set_Sequence(Int32)
JSOM SP.UserCustomAction.set_sequence()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/sequence
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/sequence
SSOM System.Void set_Title(System.String)
CSOM UserCustomAction.set_Title(String)
JSOM SP.UserCustomAction.set_title()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/title
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/title
SSOM System.Void set_Url(System.String)
CSOM UserCustomAction.set_Url(String)
JSOM SP.UserCustomAction.set_url()
REST POST http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/url
REST GET http://[sitecollection]/[site]/_api/web/UserCustomActions(usercustomactionid)/url

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.