Represents the security settings for performing repository indexing.
All this interface does is say what account is used for building the index for the repository. If the type of access is UnderCustomAccountIndexBuilderAccess, then you can configure it by casting IIndexBuilderAccess to IUnderCustomAccountIndexBuilderAccess and working with its methods.
HRESULT Type(
[out, retval] enum IndexBuilderAccessType* pType
);
Name | Type | Meaning |
---|---|---|
pType |
enum IndexBuilderAccessType* |
What resources are used for index building. |
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center