Hi,
Is it possible to copy protection ranges from one document to another?
For example, I have a Paragraph in a Protected Document that is editable because of the current user that is logged in (user: editor):
Is it possible to copy and paste the Permission ranges into a new document? In my instance I can guarantee that the new document has the same Protection settings and users as the document that the content is being copied from.
Essentially my document has two types of permission ranges. Headers which no one can edit (i,e, they are assigned a User who doesn't really exist) and EditableGroups that can be edited by users logged in by the name editor (editors are always logged in, thus the EditableGroup regions can always be edited).
Thanks for your time,
Rob
Is it possible to copy protection ranges from one document to another?
For example, I have a Paragraph in a Protected Document that is editable because of the current user that is logged in (user: editor):
<t:Paragraph StyleName=
"styleParagraphEditableGroup"
>
<t:PermissionRangeStart AnnotationID=
"6"
>
<t:PermissionRangeInfo Name=
"editor"
Type=
"Individual"
/>
</t:PermissionRangeStart>
<t:Span Text=
"Editable Region Here!"
/>
<t:PermissionRangeEnd AnnotationID=
"6"
/>
</t:Paragraph>
Is it possible to copy and paste the Permission ranges into a new document? In my instance I can guarantee that the new document has the same Protection settings and users as the document that the content is being copied from.
Essentially my document has two types of permission ranges. Headers which no one can edit (i,e, they are assigned a User who doesn't really exist) and EditableGroups that can be edited by users logged in by the name editor (editors are always logged in, thus the EditableGroup regions can always be edited).
Thanks for your time,
Rob