Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Community,
how I can list programatically the cifs shares by using C# (not Powershell)? Is it necessary to setup the fpolicy or something else?
Thanks and regards,
C. Schulze
Solved! See The Solution
1 ACCEPTED SOLUTION
CSchulze has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
You'll want to use the NetApp Manageability SDK and the cifs-share-get-iter API. There are some code examples in C# that you can use as a starting point provided with the NMSDK download.
Hope that helps.
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
1 REPLY 1
CSchulze has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
You'll want to use the NetApp Manageability SDK and the cifs-share-get-iter API. There are some code examples in C# that you can use as a starting point provided with the NMSDK download.
Hope that helps.
Andrew
If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
