/// The returned list does not include the "patch special transforms" that are prefixed with "#"
/// The list of transform names is stored in the LastSavedBy field of the patch summary information.
///
public string[] GetTransforms()
{
return this.GetTransforms(false);
}
///