메소드 | 설명 | |
---|---|---|
Includes ( this entry, System.Item item ) : bool |
Checks if a preset includes a given item
|
|
Includes ( this |
Checks if a list of presets includes a given item
|
|
MatchesId ( this |
Checks if a given list of presets matches a specific item ID. Use ID.ToString() format eg {A9F4...}
|
|
MatchesPath ( this |
Checks if a given list of presets matches a specific Sitecore path
|
|
MatchesTemplate ( this |
Checks if a given list of presets matches a specific template name
|
|
MatchesTemplateId ( this |
Checks if a given list of presets matches a specific template ID
|
public static Includes ( this entry, System.Item item ) : bool | ||
entry | this | |
item | System.Item | |
리턴 | bool |
public static Includes ( this |
||
entries | this |
|
item | System.Item | |
리턴 | bool |
public static MatchesId ( this |
||
entries | this |
|
id | string | |
리턴 | bool |
public static MatchesPath ( this |
||
entries | this |
|
path | string | |
리턴 | bool |
public static MatchesTemplate ( this |
||
entries | this |
|
templateName | string | |
리턴 | bool |
public static MatchesTemplateId ( this |
||
entries | this |
|
templateId | string | |
리턴 | bool |