2.2.4.2 Custom Actions From Scope Result Set

This result set MUST return 1 row for each custom action retrieved. If there were no custom actions retrieved, this result set MUST NOT return any rows. This result set is defined using T-SQL syntax, as follows.

     ScopeType          int;
     ScopeId            uniqueidentifier;
     Id                 uniqueidentifier;
     Properties         nvarchar(max);
     Version            nvarchar(64);

ScopeType: The custom action scope.

ScopeId: The site collection identifier, site identifier, or list identifier for which the custom action resides.

Id: The custom action identifier.

Properties: The custom action data describing its functionality.

Version: The custom action version.