Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure includes basic information associated with about a lock that has been stolen. When a caller tries to assert a lock when saving changes to a Projector entity such as a project, and their lock has been stolen, the request will fail. The response will include an instance of this structure. It contains the identitiy of the user who stole the lock (PwsUserSummary), as well as the ProjectorLockSetId of the stolen lock.

Format


Panel
titlePwsStolenLock
  • PwsStolenLock

Elements


Element

Data Type

Description

Sample Data

LockStolenByUser

PwsUserSummary

This structure includes basic information about

a user. The information represented in this structure is not comprehensive and only includes certain key attributes of a user deemed to be useful in a listing of users

the user that stole the lock.


ProjectorLockSetId

Int32

The lock set id of the stolen lock. Click here for more information .

3836

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <a:StolenLock xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:LockStolenByUser>
                  <b:UserDisplayName>Web Services</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>WS01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607067736</b:UserUid>
                  <b:EmailAddress>webservices@revcorp.bb</b:EmailAddress>
                  <b:FirstName>Web</b:FirstName>
                  <b:LastName>Services</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:LockStolenByUser>
               <b:ProjectorLockSetId>3836</b:ProjectorLockSetId>
            </a:StolenLock>