You are viewing limited content. For full access, please sign in.

Question

Question

Directory Server - Rename or Create new organization?

asked on December 17, 2021

I am having trouble with the LoginLaserfiche method in the SDK and the default organization name (Root). It doesn't seem to think that it exists.

Is there a way I can rename it to something simpler, or create a new organization without the parentheses in the name.

0 0

Answer

SELECTED ANSWER
replied on December 17, 2021

Hi Chad,

If you want to pass the Root organization (container) to LoginLaserfiche(), you can use this:

db.GetRootContainer().Namespace

You cannot remove or rename the Root organization.

2 0

Replies

replied on December 20, 2021

In working with the SDK, I've found that some activities use the "(Root)" name, but others use the alias "ROOT" so I'd suggest using Chase's suggestion, but you could also try using "ROOT" in your code.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.