Lithnet-Wrapper.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<Lithnet.ResourceManagement.ConfigSync> | |
<Variables> | |
<Variable name="#domain#" value="%userdomain%"/> | |
<Variable name="#PATH#" value =".\" /> | |
</Variables> | |
<Operations> | |
<!-- Create Reference to Recipient1 --> | |
<ResourceOperation operation="None" resourceType="Person" id="myRecipient1"> | |
<AnchorAttributes> | |
<AnchorAttribute>AccountName</AnchorAttribute> | |
</AnchorAttributes> | |
<AttributeOperations> | |
<AttributeOperation operation="none" name="AccountName">User1</AttributeOperation> | |
</AttributeOperations> | |
</ResourceOperation> | |
<!-- Create Reference to Recipient2 --> | |
<ResourceOperation operation="None" resourceType="Person" id="myRecipient2"> | |
<AnchorAttributes> | |
<AnchorAttribute>AccountName</AnchorAttribute> | |
</AnchorAttributes> | |
<AttributeOperations> | |
<AttributeOperation operation="none" name="AccountName">User2</AttributeOperation> | |
</AttributeOperations> | |
</ResourceOperation> | |
<!-- Fixed Templates go in here --> | |
</Operations> | |
</Lithnet.ResourceManagement.ConfigSync> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment