
DM API TOKENS 477
%TRUSTEE_ID
%TRUSTEE_ID
The %TRUSTEE_ID token, together with the %TRUSTEE_RIGHTS and
%TRUSTEE_TYPE
tokens, allows trustee settings for a document to be
set or modified. Users who can modify a document object are called
trustees.
Syntax
PCDPropertyList.AddProperty(“%TRUSTEE_ID”, _
vntUserName)
Parameters
Example
'Create a property list object/
Set pPropList = CreateObject("PCDClient.PCDPropertyList")
'Request the trustee.
pPropList.AddProperty("%TRUSTEE_ID", vntName)
'Request the type of trustee.
pPropList.AddProperty("%TRUSTEE_TYPE", vntType)
'Request the trustee permissions.
pPropList.AddProperty("%TRUSTEE_RIGHTS", vntRights)
Related Items
See the PCDPropertyList object.
See the
AddProperty method.
See the following tokens:
%TRUSTEE_RIGHTS
%TRUSTEE_ID The token identifier used to indicate that
the name of the trustee is being
specified.
vntUserName The name of the Trustee, as shown in
the USER_ID column of the PEOPLE
table.
Kommentare zu diesen Handbüchern