cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing propertyBag on a Document-object

Simon_Guldager
Confirmed Champ
Confirmed Champ

Hi all

I have an external program that needs access to values in a Persistent PropertyBag, based on a Document-object.

Is there any way through the API to reach the Persistent PropertyBag for a Document? I can easily do this from a script (like IWorkflowScript) that contains the WorkflowEventArgs, however this is not the case here. 

1 ACCEPTED ANSWER

Adam_Kuhn
Star Collaborator
Star Collaborator

Hi Simon --

Per the SDK page on Property Bag access

The Persistent Property Bag is available under the following script interfaces:

  • IEISMessageBrokerResponseHandlerScript
  • IWorkflowScript
  • IClientWorkflowScript

Unfortunately it would not be accessible outside of those script interfaces.

View answer in original post

1 REPLY 1

Adam_Kuhn
Star Collaborator
Star Collaborator

Hi Simon --

Per the SDK page on Property Bag access

The Persistent Property Bag is available under the following script interfaces:

  • IEISMessageBrokerResponseHandlerScript
  • IWorkflowScript
  • IClientWorkflowScript

Unfortunately it would not be accessible outside of those script interfaces.