Jump to content

C# InternalItemsQuery PathIsAny


pünktchen
Go to solution Solved by Luke,

Recommended Posts

pünktchen

@LukeIs "PathIsAny" from InternalItemsQuery for folders or files? If it's for folders, how should the strings of that array be formated? Also does it use "StartsWith", "Contains" or "Equals" internally?

Link to comment
Share on other sites

  • Solution

It could be for anything that has a path. It does Equals. The condition returns true if at least one matches.

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...