Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Payal Nair
0
37
0
Retrieving xml nodes from a custom config section with nested collect
Feb 23 2021 12:30 PM
Hi,
I need help on retrieving element values of the following custom Section in the configuration .
<SecurityAttributeCustomMetadata>
<attribute displayName=
"Security : projectname"
>
<add collectionTypeName=
"BasicExperiment"
sectionTypeName=
"Title"
fieldName=
"Metadata"
propertyName=
"ProjectName"
/>
</attribute>
<attribute displayName=
"Security : projectNumber"
>
<add collectionTypeName=
"BasicExperiment"
sectionTypeName=
"Title"
fieldName=
"Metadata"
propertyName=
"ProjectNumber"
/>
</attribute>
<!-- Fields from two section type can be combined together and configure as a single security attribute
in
the SNB -->
<attribute displayName=
"Security : customName"
>
<add collectionTypeName=
"BasicExperiment"
sectionTypeName=
"Title"
fieldName=
"Metadata"
propertyName=
"userName"
/>
<add collectionTypeName=
"MyExperimentType"
sectionTypeName=
"MySectionType"
fieldName=
"MyFieldName"
propertyName=
"MyPropertyName"
/>
</attribute>
Please help.
Thanks
Reply
Answers (
1
)
API JSON Data to SQL server
Asp.net core cofoundry.