Quantcast
Channel: Forum Microsoft Identity Manager
Viewing all articles
Browse latest Browse all 1783

When is ExportEntry in MAC called

$
0
0

Hello!

I'm very new to MIM so this is very basic question.

I just wonder what is the condition that ExportEntry is called. Here is the code

public void ExportEntry(ModificationType modificationType, string[] changedAttributes, CSEntry csentry)
        {
            switch (modificationType.ToString())
            {
                case "Add":
                    string type = "standard-adm";

                    if (csentry["homeDirFull"].IsPresent && csentry["homeDir"].IsPresent)
                    {
                        fimShrHomeDir.ExportHomeDirEntryAdd(csentry, "vaggeryd.se", "vaggeryd", type);
                    }

                    break;
            }
        }


//Tony


Viewing all articles
Browse latest Browse all 1783

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>