Method | Description | |
---|---|---|
GetInsertOptions ( Item item ) : List |
Returns the Insert Options of the passed Item.
|
|
GetSettingsItem ( ) : |
Returns the Custom Item for the Move Validator Settings Item
|
|
IsValidCopy ( Item item, Item destinationItem ) : bool |
Validates the selected item against the destination items insert options and location (as it related to the setting item).
|
|
PromptUser ( ClientPipelineArgs args ) : void |
Prompts the user after the validation has failed
|
|
PromptUser ( ClientPipelineArgs args, Item selectedItem, Item destinationItem ) : void |
Prompts the user after the validation has failed. Additional functionality to pass parameters into the args so they can be picked up on the postback.
|
public static GetInsertOptions ( Item item ) : List |
||
item | Item | |
return | List |
public static GetSettingsItem ( ) : |
||
return |
public static IsValidCopy ( Item item, Item destinationItem ) : bool | ||
item | Item | |
destinationItem | Item | |
return | bool |
public static PromptUser ( ClientPipelineArgs args ) : void | ||
args | ClientPipelineArgs | Client Pipeline Arguments |
return | void |
public static PromptUser ( ClientPipelineArgs args, Item selectedItem, Item destinationItem ) : void | ||
args | ClientPipelineArgs | Client Pipeline Arguments |
selectedItem | Item | Selected Item that is being copied or moved |
destinationItem | Item | Destination Item |
return | void |